-
Notifications
You must be signed in to change notification settings - Fork 40
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
Error: Anthropic API key not found #164
Comments
Hey @tes735 sorry for the delayed response. I tested with Anthopic models and they seem to be working fine. If you were unable to fix the error, could you share more info on exactly how you configured the application along with the debug logs? |
I'm not in front of that computer at the moment, but I set it up similarly to how openAI is set up. I didn't see anything specific about how to get Claude to work with RAGApplicationBuilder. Do you have a good example somewhere that I can check out? Thanks for the reply! |
It should be straightforward. Here are the three things to be done - https://llm-tools.mintlify.app/components/llms/anthropic Could you share the exact error message you see - the full trace? |
This issue is stale because it has been open for 14 days with no activity. |
Yay |
🐛 Describe the bug
Implementing this into an electron app. I got the openai and ollama parts to work. Now, I'm trying to get the Anthropic implementation to work. I'm getting this: Error: Anthropic API key not found. I created a key at Anthropic and added credits. The implementation looks correct and as I said, the other two work. Any thoughts on how I can troubleshoot this, or is it a bug?
The text was updated successfully, but these errors were encountered: