Skip to content
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

Add security schema to the Open API spec #12

Closed
PaulKinlan opened this issue Jan 30, 2024 · 0 comments · Fixed by #13
Closed

Add security schema to the Open API spec #12

PaulKinlan opened this issue Jan 30, 2024 · 0 comments · Fixed by #13

Comments

@PaulKinlan
Copy link
Contributor

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.

Bam4d pushed a commit that referenced this issue Mar 4, 2024
added langchain in the RAG guide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant