mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(docs) pass headers in config
This commit is contained in:
parent
af98f74c82
commit
9d4cbf1d22
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue