-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perplexity and Mistral models are incorrectly mapped (potential more) #115
Comments
Hi there! Very open to contributions if you want to update the corresponding model entries:
|
Hey @ankrgyl! I looked into the mapping issue and I tried to add (for example) the perplexity model
I suspect this is done via Basically now trying to call like this:
responds with a 400 error, because the secret key is not found even if it's added in braintrust dashboard. |
You should be able to test by using your perplexity API key directly against the proxy (instead of your BRAINTRUST_API_KEY) |
Description
Hey there 👋 ! I am trying to integrate a router model solution into Braintrust Proxy and I encountered a problem that Perplexity and Mistral models are not working.
Steps to reproduce:
By using this you get this error:
The model is taken from here: https://www.braintrust.dev/docs/guides/proxy#list-of-supported-models-and-providers
In my account I correctly set the perplexity and mistra api keys and used the correct key.
The request fails with the 400 error mentioned above.
Expected Behaviour:
The response should respond with a 200 and output the text.
Impact:
This issue is blocking to use the service and also to propose new integration for it.
The text was updated successfully, but these errors were encountered: