mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-13 02:22:50 +00:00
(docs) pass headers in config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user