(docs) pass headers in config

This commit is contained in:
ishaan-jaff
2023-11-10 12:56:53 -08:00
parent af98f74c82
commit 9d4cbf1d22
+4
View File
@@ -512,6 +512,10 @@ model_list:
litellm_params:
model: ollama/mistral
api_base: your_ollama_api_base
headers: {
"HTTP-Referer": "litellm.ai",
"X-Title": "LiteLLM Server"
}
```
**Step 2**: Start server with config