diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 87641f950..5d0e6ba45 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -10,13 +10,13 @@ "llm_name": "gpt-4o-mini", "tags": "LLM,CHAT,128K", "max_tokens": 128000, - "model_type": "image2text" + "model_type": "chat" }, { "llm_name": "gpt-4o", "tags": "LLM,CHAT,128K", "max_tokens": 128000, - "model_type": "chat,image2text" + "model_type": "chat" }, { "llm_name": "gpt-3.5-turbo",