-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support functions * Temporarily remove RoleTag validation * Correct role assignment * Remove duplicate environment validator * Lint * More flexible dependencies * Reuse enabled
- Loading branch information
Enias Cailliau
authored
Jun 16, 2023
1 parent
956de57
commit 2550d9e
Showing
3 changed files
with
68 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
steamship~=2.17.0 | ||
langchain==0.0.168 | ||
steamship~=2.17.4 | ||
langchain==0.0.200 |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
from steamship_langchain.chat_models.openai import ChatOpenAI | ||
|
||
__all__ = ["ChatOpenAI"] |
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