-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update langchain and expand available llms (#155)
* removed legacy simulation code * upgraded langchain, added and sync llms in tools * fixed uniprot get_ids test * add claude to models * fixed a bug in get_pdb returns * pinned langchain anthropic version * added separate flags for verbose and streaming * tidied up system prompt --------- Co-authored-by: Sam Cox <[email protected]>
- Loading branch information
Showing
17 changed files
with
122 additions
and
641 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
from .create_simulation import ModifyBaseSimulationScriptTool | ||
from .setup_and_run import SetUpandRunFunction, SetUpAndRunTool, SimulationFunctions | ||
from .setup_and_run import SetUpandRunFunction | ||
|
||
__all__ = [ | ||
"ModifyBaseSimulationScriptTool", | ||
"SetUpandRunFunction", | ||
"SetUpAndRunTool", | ||
"SimulationFunctions", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.