mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
test(test_completion.py): fix claude multi-turn conversation test
This commit is contained in:
parent
b9143a0a00
commit
9b951b906d
1 changed files with 1 additions and 0 deletions
|
|
@ -182,6 +182,7 @@ def test_completion_claude_3_function_call():
|
|||
|
||||
def test_completion_claude_3_multi_turn_conversations():
|
||||
litellm.set_verbose = True
|
||||
litellm.modify_params = True
|
||||
messages = [
|
||||
{"role": "assistant", "content": "?"}, # test first user message auto injection
|
||||
{"role": "user", "content": "Hi!"},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue