diff --git a/conf/llm_factories.json b/conf/llm_factories.json index dd09833a6..c2b2cc69f 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -106,8 +106,8 @@ }, { "llm_name": "text-embedding-v3", - "tags": "TEXT EMBEDDING,2K", - "max_tokens": 2048, + "tags": "TEXT EMBEDDING,8K", + "max_tokens": 8192, "model_type": "embedding" }, {