-
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 langchain and expand available llms #155
Conversation
qcampbel
commented
Aug 7, 2024
- upgrade langchain to 0.2.12 and the codebase accordingly
- add llama via togetherAI and fireworks (I'll use fireworks provider for experiments)
- remove legacy code for outdated simulation tool (I save it locally, will move to our shared legacy codes)
- sync llms in tools to follow model flag chosen by user
- fixed & updated few bugs/tests
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
@Jgmedina95 @SamCox822 -- just added few more changes such as separate flags for verbose & streaming and cleaned up system prompt so it's more grammatically correct, so I'm re-requesting for approval. Thanks! |
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 - thanks!