Alice Hau

Results 12 comments of Alice Hau

Which model are you using exactly? I'm not able to reproduce on my end when using openrouter and the `anthropic/claude-3.5-sonnet` model.

Thanks for the logs! Seems like a possibly transient issue with OpenRouter as they suggest in their docs that every response should have a usage field, but evidently seems like...

I encountered a similar issue but not due to the usage field. In my logs I found: `output={ "error": { "code": 502, "message": "Overloaded", "metadata": { "provider_name": "Anthropic", "raw": {...

Just confirming that this also fails for other models? Deepseek r1 isn't necessarily a great choice since tool calling isn't native for it, though this issue appears unrelated. I'm not...

@Jax-Tsai-zero are you still seeing this issue? Thanks for the fix @dbirks !

@rolfverschuuren-groupcard @theSherwood are you still seeing issues with this?

I believe this has been fixed with https://github.com/modelcontextprotocol/docs/issues/68

how do these messages render in the UI / CLI?

You shouldn't need the AWS cli. Those are the correct env vars to set, any combination of `AWS_REGION` + `AWS_PROFILE` or `AWS_REGION` + `AWS_ACCESS_KEY` + `AWS_ACCESS_KEY_ID` should work. Looks like...

Got it, I suspect that's the issue. Unfortunately we don't have more debugging enabled on that config step. Maybe you also need to set env vars `HTTP_PROXY` or `HTTPS_PROXY`? https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-proxy.html...