🦙 feat: Fetch list of Ollama Models (#2565)

* 🦙 feat: Fetch list of Ollama Models

* style: better Tag text styling for light mode
This commit is contained in:
Danny Avila 2024-04-27 18:27:04 -04:00 committed by GitHub
parent 8a78500fe2
commit 63ef15ab63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 210 additions and 4 deletions

View file

@ -288,7 +288,6 @@ Some of the endpoints are marked as **Known,** which means they might have speci
**Notes:**
- **Known:** icon provided.
- **Known issue:** fetching list of models is not supported. See [Pull Request 2728](https://github.com/ollama/ollama/pull/2728).
- Download models with ollama run command. See [Ollama Library](https://ollama.com/library)
- It's recommend to use the value "current_model" for the `titleModel` to avoid loading more than 1 model per conversation.
- Doing so will dynamically use the current conversation model for the title generation.
@ -307,7 +306,9 @@ Some of the endpoints are marked as **Known,** which means they might have speci
"dolphin-mixtral",
"mistral-openorca"
]
fetch: false # fetching list of models is not supported
# fetching list of models is supported but the `name` field must start
# with `ollama` (case-insensitive), as it does in this example.
fetch: true
titleConvo: true
titleModel: "current_model"
summarize: false