https://github.com/lemonade-lab/ollama
ollama ai对话应用
https://github.com/lemonade-lab/ollama
Last synced: 4 months ago
JSON representation
ollama ai对话应用
- Host: GitHub
- URL: https://github.com/lemonade-lab/ollama
- Owner: lemonade-lab
- License: mit
- Created: 2025-01-03T02:41:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T04:30:31.000Z (5 months ago)
- Last Synced: 2025-01-16T05:29:07.911Z (5 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ollama AI
开发文档 https://lvyjs.dev/
开发文档 [https://alemonjs.com/](https://alemonjs.com/)
## 使用指南
`alemon.config.yaml`
```yaml
ollama:
# 地址
baseURL: ''
# 默认
timeout: 60000# 需安装redis进行对话存储
redis:
host: ''
port: ''
password: ''
db: ''
```### 立即启动
```sh
git clone --depth=1 https://github.com/lemonade-lab/ollama.git
cd ollama
``````sh
npm install [email protected] -g --registry=https://registry.npmmirror.com
yarn install
``````sh
yarn dev
```### 模块化
> 请确保配置有packages空间,详情请阅读开发文档
```sh
git clone --depth=1 https://github.com/lemonade-lab/ollama.git ./packages/ollama
``````sh
npx lerna run build
```## 交流
QQ Group 806943302