mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
docs(litellm_proxy): update parameter assignment for streaming call
This commit is contained in:
parent
e2caf21131
commit
c5687ce94b
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ messages = [{ "content": "Hello, how are you?","role": "user"}]
|
|||
# openai call
|
||||
response = completion(
|
||||
model="litellm_proxy/your-model-name",
|
||||
messages,
|
||||
messages=messages,
|
||||
api_base = "your-litellm-proxy-url",
|
||||
stream=True
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue