docs update

This commit is contained in:
ishaan-jaff
2023-09-08 14:04:26 -07:00
parent 68d994f980
commit b8a2d2ad74
+2
View File
@@ -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)