From dd74f0c51c7a35f253fb7d18c156c546b2a75022 Mon Sep 17 00:00:00 2001 From: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:05:07 -0700 Subject: [PATCH] fix: correct evroc Qwen3-Embedding-8B output limit to 4096 --- providers/evroc/models/Qwen/Qwen3-Embedding-8B.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/evroc/models/Qwen/Qwen3-Embedding-8B.toml b/providers/evroc/models/Qwen/Qwen3-Embedding-8B.toml index 9dd6d03b2..79695f542 100644 --- a/providers/evroc/models/Qwen/Qwen3-Embedding-8B.toml +++ b/providers/evroc/models/Qwen/Qwen3-Embedding-8B.toml @@ -13,7 +13,7 @@ output = 0.12 [limit] context = 40_960 -output = 40_960 +output = 4_096 [modalities] input = ["text"]