-
Notifications
You must be signed in to change notification settings - Fork 1
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
Module_text_llm
: Upgrade dependencies and openai model retrieval
#323
Conversation
Text_module_llm
Upgrade dependencies and openai model retrievalModule_text_llm
Upgrade dependencies and openai model retrieval
Module_text_llm
Upgrade dependencies and openai model retrievalModule_text_llm
: Upgrade dependencies and openai model retrieval
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.
…/Athena into chore/update-llm-module
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.
Good job so far :)
I will test the functionality soon
Other than the one thing this PR is ready to merge, I also tested it on the playground and it works as expected. I verified it over my LangSmith instance and the right models were called. |
Co-authored-by: Felix T.J. Dietrich <[email protected]>
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.
LGTM
Note
ENVIRONMENT for text llm has been changed.
Motivation and Context
Major updates for langchain and openai.
Description
This PR updates the dependencies of the module_text_llm to the latest version. Namely openai 1.37.1 and langcahin 0.2.11
Steps for Testing
Screenshots