forked from phoenix/litellm-mirror
fixing test for circle ci
This commit is contained in:
parent
7dc604dc5b
commit
a2efd32f5c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ sys.path.insert(0, os.path.abspath('../..')) # Adds the parent directory to the
|
|||
import litellm
|
||||
from litellm import batch_completion
|
||||
|
||||
messages = [[{"role": "user", "content": "Hey, how's it going"}] for _ in range(100)]
|
||||
messages = [[{"role": "user", "content": "Hey, how's it going"}] for _ in range(5)]
|
||||
print(messages[0:5])
|
||||
print(len(messages))
|
||||
model = "gpt-3.5-turbo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue