Compare commits
2 commits
0e849085c5
...
643ef5bc30
Author | SHA1 | Date | |
---|---|---|---|
|
643ef5bc30 | ||
|
f4eeae753e |
1 changed files with 4 additions and 0 deletions
|
@ -93,9 +93,13 @@ pipx install 'litellm[proxy]'
|
|||
|
||||
```bash
|
||||
model_list:
|
||||
- model_name: llama3
|
||||
litellm_params:
|
||||
model: ollama/llama3
|
||||
- model_name: saiga-llama3
|
||||
litellm_params:
|
||||
model: ollama/saiga-llama3
|
||||
# ну и далее по списку, если надо
|
||||
- model_name: название_модели
|
||||
litellm_params:
|
||||
model: ollama/название_модели
|
||||
|
|
Loading…
Reference in a new issue