Issue with Databricks Claude 3.7 Serving Endpoint in librechat.yaml #7732
Unanswered
Huguetteloulou
asked this question in
Troubleshooting
Replies: 1 comment
-
Same for me, it seems that Claude 3.7 requires different configuration in a Databricks environment vs the other models hosted in databricks 🤷♂️ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’ve encountered an issue when attempting to use the Claude 3.7 serving endpoint from Databricks with LibreChat. While I was able to successfully set up and chat with the
databricks-meta-llama-3-3-70b-instruct
model using thelibrechat.yaml
configuration file, the Claude 3.7 endpoint does not work properly.Here’s what I’ve done so far:
custom
section of thelibrechat.yaml
file, following the same structure I used for thedatabricks-meta-llama-3-3-70b-instruct
model.For reference, here’s the relevant portion of my
librechat.yaml
configuration:As you can see, the configuration for Claude 3.7 is almost identical to that of the Meta Llama 3.3 model, except for the endpoint and model details.
Request:
Could you help me identify what might be going wrong here? Are there additional settings or requirements specific to the Databricks Claude 3.7 endpoint that I might be missing? Any guidance would be greatly appreciated! Let me know if more details or logs are needed!
Beta Was this translation helpful? Give feedback.
All reactions