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

https://github.com/ging-dev/ai-server


https://github.com/ging-dev/ai-server

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

## Usage

```bash
pip install -r pyproject.toml
export QWEN_TOKEN=...
flask run
```

## Continue.dev

```json
{
"models": [
{
"title": "Qwen Chat",
"model": "qwen-max-latest",
"provider": "ollama",
"capabilities": {
"tools": true
},
"apiBase": "http://localhost:5000"
}
]
}
```