mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-17 18:23:47 +00:00
(test) name with claude-3
This commit is contained in:
@@ -83,12 +83,13 @@ def test_completion_claude():
|
||||
|
||||
|
||||
def test_completion_claude_3_empty_response():
|
||||
litellm.set_verbose = True
|
||||
messages = [
|
||||
{
|
||||
"role": "system",
|
||||
"content": "You are 2twNLGfqk4GMOn3ffp4p.",
|
||||
},
|
||||
{"role": "user", "content": "Hi gm!"},
|
||||
{"role": "user", "content": "Hi gm!", "name": "ishaan"},
|
||||
{"role": "assistant", "content": "Good morning! How are you doing today?"},
|
||||
{
|
||||
"role": "user",
|
||||
|
||||
Reference in New Issue
Block a user