diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 1ce9adb44..fced65e52 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -2340,6 +2340,12 @@ "max_tokens": 204800, "model_type": "chat" }, + { + "llm_name": "claude-3-5-sonnet-20241022", + "tags": "LLM,CHAT,200k", + "max_tokens": 204800, + "model_type": "chat" + }, { "llm_name": "claude-3-opus-20240229", "tags": "LLM,CHAT,200k", @@ -2455,4 +2461,4 @@ "llm": [] } ] -} \ No newline at end of file +}