update docs

This commit is contained in:
Krrish Dholakia 2023-09-15 13:45:39 -07:00
parent 577c1e2dac
commit 5a9e60861f

View file

@ -37,7 +37,7 @@ response = completion(
model="command-nightly", model="command-nightly",
messages=[{ "content": "Hello, how are you?","role": "user"}], messages=[{ "content": "Hello, how are you?","role": "user"}],
api_base="https://openai-proxy.berriai.repl.co", api_base="https://openai-proxy.berriai.repl.co",
custom_llm_provider="openai" custom_llm_provider="openai",
temperature=0.2, temperature=0.2,
max_tokens=80, max_tokens=80,
) )