From 592568ff87b6f9c28b6ee069922881126d16d00a Mon Sep 17 00:00:00 2001 From: Aleksei Voronin Date: Mon, 19 May 2025 00:22:16 +0200 Subject: [PATCH] docs: Add a missing comma in AI configuration docs (#30928) --- docs/src/ai/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ai/configuration.md b/docs/src/ai/configuration.md index 19e4b754f4..b6b23e2c6d 100644 --- a/docs/src/ai/configuration.md +++ b/docs/src/ai/configuration.md @@ -167,7 +167,7 @@ Depending on your hardware or use-case you may wish to limit or increase the con { "name": "qwen2.5-coder", "display_name": "qwen 2.5 coder 32K", - "max_tokens": 32768 + "max_tokens": 32768, "supports_tools": true } ]