-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Enable usage token and use Converse API with all Bedrock models (…
- Loading branch information
1 parent
08f899b
commit e0d310e
Showing
19 changed files
with
453 additions
and
935 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
8 changes: 1 addition & 7 deletions
8
lib/model-interfaces/langchain/functions/request-handler/adapters/bedrock/__init__.py
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,8 +1,2 @@ | ||
# flake8: noqa | ||
from .claude import * | ||
from .titan import * | ||
from .ai21_j2 import * | ||
from .cohere import * | ||
from .llama2_chat import * | ||
from .mistral import * | ||
from .llama3 import * | ||
from .base import * |
61 changes: 0 additions & 61 deletions
61
lib/model-interfaces/langchain/functions/request-handler/adapters/bedrock/ai21_j2.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.