forked from phoenix/litellm-mirror
update docs
This commit is contained in:
parent
577c1e2dac
commit
5a9e60861f
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ response = completion(
|
|||
model="command-nightly",
|
||||
messages=[{ "content": "Hello, how are you?","role": "user"}],
|
||||
api_base="https://openai-proxy.berriai.repl.co",
|
||||
custom_llm_provider="openai"
|
||||
custom_llm_provider="openai",
|
||||
temperature=0.2,
|
||||
max_tokens=80,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue