You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 it to work with RAGApplicationBuilder. Do you have a good example somewhere that I can check out? Thanks for the reply!
🐛 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: