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
Our breadboard library currently can't work out consistently what the security spec is which means I can't offer a drop in replacement for OpenAI (which I would like to be able to do).
Happy to file a PR.
The text was updated successfully, but these errors were encountered:
Mistral uses the same
bearer
token security that OpenAI does. The OpenAI OpenAPI spec has it well defined (https://github.com/openai/openai-openapi/blob/master/openapi.yaml#L5021C1-L5025C23) on each API which mean any client library that's auto-generated knows how to manage security.Our breadboard library currently can't work out consistently what the security spec is which means I can't offer a drop in replacement for OpenAI (which I would like to be able to do).
Happy to file a PR.
The text was updated successfully, but these errors were encountered: