litellm/dev_config.yaml
Cursor Agent 7272898ebf dev: add gpt-4o-mini model for MCP tool testing
Co-authored-by: Ishaan Jaff <ishaan-jaff@users.noreply.github.com>
2026-03-07 06:41:12 +00:00

17 lines
417 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/
- model_name: gpt-4o-mini
litellm_params:
model: openai/gpt-4o-mini
api_key: os.environ/OPENAI_API_KEY
general_settings:
master_key: sk-1234
litellm_settings:
drop_params: True
telemetry: False