Replies: 1 comment 1 reply
-
|
@magthe it seems that when reasoning is enabled in mistral, they respond in json which is not fully openai chat compatible, I will take a look if we can add a if for mistral in the code |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
They're retiring some models I've been using via ECA and their suggestion is this:
So I modified my config to include
However when I switch to use the variant I get a lot of extra stuff printed with the response
Without any variant I don't see the same behaviour.
Any ideas of what's causing this? Is it my naive config, ECA itself, or is it upstream returning unexpected data?
Beta Was this translation helpful? Give feedback.
All reactions