Skip to content

Commit

Permalink
Added alias for bedrock titan model (#368)
Browse files Browse the repository at this point in the history
* Added alias for bedrock titan model

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3coins and pre-commit-ci[bot] committed Aug 29, 2023
1 parent 245c1cd commit 47ae1c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jupyter-ai-magics/jupyter_ai_magics/magics.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"gpt3": "openai:text-davinci-003",
"chatgpt": "openai-chat:gpt-3.5-turbo",
"gpt4": "openai-chat:gpt-4",
"titan": "bedrock:amazon.titan-tg1-large",
}


Expand Down

0 comments on commit 47ae1c9

Please sign in to comment.