docs: Add a missing comma in AI configuration docs (#30928)
This commit is contained in:
parent
83afe56a61
commit
592568ff87
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ Depending on your hardware or use-case you may wish to limit or increase the con
|
||||||
{
|
{
|
||||||
"name": "qwen2.5-coder",
|
"name": "qwen2.5-coder",
|
||||||
"display_name": "qwen 2.5 coder 32K",
|
"display_name": "qwen 2.5 coder 32K",
|
||||||
"max_tokens": 32768
|
"max_tokens": 32768,
|
||||||
"supports_tools": true
|
"supports_tools": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue