docs update
This commit is contained in:
parent
68d994f980
commit
b8a2d2ad74
@ -32,6 +32,8 @@ import litellm
|
||||
response = completion(
|
||||
model="vllm/facebook/opt-125m",
|
||||
messages=messages,
|
||||
api_base="https://hosted-vllm-api.co/v1",
|
||||
custom_llm_provider="openai",
|
||||
temperature=0.2,
|
||||
max_tokens=80)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user