Update llm_factories.json (#3396)

### What problem does this PR solve?
Added: Claude-3-5-sonnet-20241022 version. 

### Type of change
- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Jarry 2024-11-14 10:30:16 +05:30 committed by GitHub
parent 4caf932808
commit 0657a09e2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2340,6 +2340,12 @@
"max_tokens": 204800, "max_tokens": 204800,
"model_type": "chat" "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", "llm_name": "claude-3-opus-20240229",
"tags": "LLM,CHAT,200k", "tags": "LLM,CHAT,200k",
@ -2455,4 +2461,4 @@
"llm": [] "llm": []
} }
] ]
} }