Hi I wish to add claude-3-5-sonnet@20240620 to the google models list but it is throwing error - is this model not supported? yet? because it is not in the list - GOOGLE_MODELS=gemini-1.5-flash-latest,gemini-1.0-pro,gemini-1.0-pro-001,gemini-1.0-pro-latest,gemini-1.0-pro-vision-latest,gemini-1.5-pro-latest,gemini-pro,gemini-pro-vision...
#claude-3-5-sonnet@20240620
1 messages · Page 1 of 1 (latest)
Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object with keys {lc%2C type%2C id%2C kwargs} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
this is the error
Anthropic made the Claude family
Google made the Gemini familly
yes but we use the vertex for google then?
also i wish to upload yaml file also
so text/yaml ? in supportedMimeTypes
yea probably
try without it and then if it doesnt work add it in the yaml file
i tried text/yaml did not work also plain "yml" and "yaml" and text/ .* none worked
I'll try later on my instance and let you know
great thanks
text/x-yaml, application/x-yaml, text/yaml did not work too
Hi I added this also - supportedMimeTypes :
- "image/."
- "application/."
- "text/.*" and also application/yaml none worked
But the claude model is available by anthropic to vertex so i set the model in google_models also and in the anthropic models as well separately also but its not working https://cloud.google.com/blog/products/ai-machine-learning/announcing-anthropics-claude-3-5-sonnet-on-vertex-ai-providing-more-choice-for-enterprises
ph I see
thanks for the explanation
yea it should be correct then
yea I was trying yesterday but it wasnt working for me neither
The issue is that with google_models it is not working and when i add the google key to anthropic_key and mention the model= claude-3-5-sonnet then also invalid key error is thrown
so yaml is not supported?
I don't know, it's very strange
probably a check in LibreChat @tidal sparrow
Hi any update on this?
Google Endpoint can be used only for the Gemini models because it has a different API scheme than Anthropic. To use Claude over Vertex, you need to set up a proxy solution like litellm.
see: #💬|general message
thankyou for the help