mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix: remove EOL model name
This commit is contained in:
parent
d05f58721e
commit
f0de7d1dfd
1 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ def test_completion_bedrock_guardrails(streaming):
|
|||
try:
|
||||
if streaming is False:
|
||||
response = completion(
|
||||
model="anthropic.claude-v2",
|
||||
model="anthropic.claude-3-5-sonnet-20240620-v1:0",
|
||||
messages=[
|
||||
{
|
||||
"content": "where do i buy coffee from? ",
|
||||
|
|
@ -133,7 +133,7 @@ def test_completion_bedrock_guardrails(streaming):
|
|||
else:
|
||||
litellm.set_verbose = True
|
||||
response = completion(
|
||||
model="anthropic.claude-v2",
|
||||
model="anthropic.claude-3-5-sonnet-20240620-v1:0",
|
||||
messages=[
|
||||
{
|
||||
"content": "where do i buy coffee from? ",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue