mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-17 14:48:44 +00:00
3f7f23cd3c
Co-authored-by: yuneng-jiang <yuneng-jiang@users.noreply.github.com>
14 lines
296 B
YAML
14 lines
296 B
YAML
model_list:
|
|
- model_name: fake-openai-endpoint
|
|
litellm_params:
|
|
model: openai/fake-model
|
|
api_key: fake-key
|
|
api_base: https://exampleopenaiendpoint-production.up.railway.app/
|
|
|
|
general_settings:
|
|
master_key: sk-1234
|
|
|
|
litellm_settings:
|
|
drop_params: True
|
|
telemetry: False
|