docs: Fix ollama available_models example (#18842)

This commit is contained in:
Peter Tripp 2024-10-07 21:04:36 -04:00 committed by GitHub
parent b0a16a7601
commit 87cc208f9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -142,8 +142,8 @@ Depending on your hardware or use-case you may wish to limit or increase the con
"low_speed_timeout_in_seconds": 120,
"available_models": [
{
"provider": "ollama",
"name": "mistral:latest",
"name": "qwen2.5-coder",
"display_name": "qwen 2.5 coder 32K",
"max_tokens": 32768
}
]