https://github.com/ging-dev/ai-server
https://github.com/ging-dev/ai-server
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ging-dev/ai-server
- Owner: ging-dev
- Created: 2025-03-04T17:09:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T17:19:51.000Z (11 months ago)
- Last Synced: 2025-03-04T18:24:50.155Z (11 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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"
}
]
}
```