-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update FE to comply with OpenAI Spec #17
Conversation
langchain==0.1.0 | ||
langchain-openai==0.0.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a heads up that we may want to look into updating these since they're a bit old and the OpenAIEmbeddings client is on a deprecation path. Not a blocker for now (especially since I'm the one that committed that), but will possibly do a pass before official release to ensure we're not too old on requirements versions.
Updating the FE to use new V2 Open AI endpoints
Description of changes:
ModelProvider
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.