mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-18 08:18:53 +00:00
add max_tokens
This commit is contained in:
@@ -10,7 +10,8 @@ def test_stream_chunk_builder():
|
||||
response = completion(
|
||||
model="gpt-3.5-turbo",
|
||||
messages=messages,
|
||||
stream=True
|
||||
stream=True,
|
||||
max_tokens=10,
|
||||
)
|
||||
|
||||
for chunk in response:
|
||||
|
||||
Reference in New Issue
Block a user