An open API service indexing awesome lists of open source software.

https://github.com/lemonade-lab/ollama

ollama ai对话应用
https://github.com/lemonade-lab/ollama

Last synced: 4 months ago
JSON representation

ollama ai对话应用

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