mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
docs(litellm_proxy): correct parameter assignment in sample litellm proxy call docs
This commit is contained in:
parent
edc38280ea
commit
e2caf21131
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ messages = [{ "content": "Hello, how are you?","role": "user"}]
|
|||
# litellm proxy call
|
||||
response = completion(
|
||||
model="litellm_proxy/your-model-name",
|
||||
messages,
|
||||
messages=messages,
|
||||
api_base = "your-litellm-proxy-url",
|
||||
api_key = "your-litellm-proxy-api-key"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue