Files
ragflow/conf/models/ollama.json
Haruko386 cd54c08e84 Go: implement provider: Ollama (#14580)
### What problem does this PR solve?

implement `Ollama` provider

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
- [x] Refactoring

---------

Co-authored-by: Jin Hai <haijin.chn@gmail.com>
2026-05-06 12:03:58 +08:00

8 lines
120 B
JSON

{
"name": "ollama",
"url_suffix": {
"chat": "chat/completions",
"models": "models"
},
"class": "local"
}