docs: Fix ollama available_models example (#18842)
This commit is contained in:
parent
b0a16a7601
commit
87cc208f9f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue