-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Anthropic isn't working #958
Comments
Edit-- I just updated to v0.0.5. Same problem. Is this a macOS thing vs Windows? |
Mine works fine |
I'm glad yours works. It's apparent based on how many similar issues have been posted that mine "not working" is not an anomaly. It's a frequent issue. |
I would like to apologize. It has taken me days of testing, but I figured out that if I run my services while connected to WiFi, it fails. But if I run them when connected to a phone hotspot, it works. I have done considerable testing. Given it works on OpenAI, and not Anthropic,I think it has to do with the way Anthropic streaming works (vs OpenAi). But in the end,I think perhaps my ISP router is causing issues. |
Describe the bug
I have bolt.diy running with
pnpm run dev
. (I wasn't able to get it working properly with Docker.) I am able to get the application to work so far with LM Studio, Ollama, and OpenAI. But I am unable to get it to work with Anthropic. I am using the correct API key. Test curl commands work just fine. There are no errors output in the terminal. I worked hard to add logging toanthropic.ts
,stream-text.ts
, andbase-provider.ts
, but I can't get any output that would properly show me the payload as well as the response. Therefore I am at a loss for why this isn't working.Link to the Bolt URL that caused the error
http://localhost:5173
Steps to reproduce
pnpm run dev
.Expected behavior
I expect to get a response from the Anthropic model(s), but I don't.
Screen Recording / Screenshot
Platform
Provider Used
Anthropic
Model Used
Claude 3.5 Sonnet (New)
Additional context
The program seems unusable with glitches in regular Chrome and in Edge. It does work with Canary -- but NOT for Anthropic.
The text was updated successfully, but these errors were encountered: