Files
wehub-resource-sync 85742ab165
CPU Test / Lint - next (push) Waiting to run
Dashboard / Chromatic (push) Waiting to run
CPU Test / Lint - fast (push) Waiting to run
CPU Test / Build documentation (push) Waiting to run
CPU Test / Test (Store, legacy, Python 3.10) (push) Waiting to run
CPU Test / Test (Utilities, legacy, Python 3.10) (push) Waiting to run
CPU Test / Test (Weave, legacy, Python 3.10) (push) Waiting to run
CPU Test / Test (AgentOps, stable, Python 3.11) (push) Waiting to run
CPU Test / Test (LLM proxy, stable, Python 3.11) (push) Waiting to run
CPU Test / Test (Others, stable, Python 3.11) (push) Waiting to run
CPU Test / Test (Store, stable, Python 3.11) (push) Waiting to run
CPU Test / Test (Utilities, stable, Python 3.11) (push) Waiting to run
CPU Test / Test (Weave, stable, Python 3.11) (push) Waiting to run
CPU Test / Test (AgentOps, stable, Python 3.12) (push) Waiting to run
CPU Test / Test (LLM proxy, stable, Python 3.12) (push) Waiting to run
CPU Test / Test (Others, stable, Python 3.12) (push) Waiting to run
CPU Test / Test (Store, stable, Python 3.12) (push) Waiting to run
CPU Test / Test (Utilities, stable, Python 3.12) (push) Waiting to run
CPU Test / Test (Weave, stable, Python 3.12) (push) Waiting to run
CPU Test / Test (AgentOps, latest, Python 3.13) (push) Waiting to run
CPU Test / Test (LLM proxy, latest, Python 3.13) (push) Waiting to run
CPU Test / Test (Others, latest, Python 3.13) (push) Waiting to run
CPU Test / Test (Store, latest, Python 3.13) (push) Waiting to run
CPU Test / Lint - slow (push) Waiting to run
CPU Test / Lint - JavaScript (push) Waiting to run
CPU Test / Test (AgentOps, legacy, Python 3.10) (push) Waiting to run
CPU Test / Test (LLM proxy, legacy, Python 3.10) (push) Waiting to run
CPU Test / Test (Others, legacy, Python 3.10) (push) Waiting to run
CPU Test / Test (Utilities, latest, Python 3.13) (push) Waiting to run
CPU Test / Test (Weave, latest, Python 3.13) (push) Waiting to run
CPU Test / Test (JavaScript) (push) Waiting to run
Deploy Documentation / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:44:17 +08:00

54 lines
1.6 KiB
YAML

model_list:
- model_name: gpt-4o
litellm_params:
model: azure/gpt-4o
api_base: os.environ/AZURE_API_BASE
api_version: 2025-04-01-preview
api_key: os.environ/AZURE_API_KEY
- model_name: gpt-4o-mini
litellm_params:
model: azure/gpt-4o-mini
api_base: os.environ/AZURE_API_BASE
api_version: 2025-04-01-preview
api_key: os.environ/AZURE_API_KEY
- model_name: gpt-4.1
litellm_params:
model: azure/gpt-4.1
api_base: os.environ/AZURE_API_BASE
api_version: 2025-04-01-preview
api_key: os.environ/AZURE_API_KEY
- model_name: gpt-4.1-mini
litellm_params:
model: azure/gpt-4.1-mini
api_base: os.environ/AZURE_API_BASE
api_version: 2025-04-01-preview
api_key: os.environ/AZURE_API_KEY
- model_name: gpt-4.1-nano
litellm_params:
model: azure/gpt-4.1-nano
api_base: os.environ/AZURE_API_BASE
api_version: 2025-04-01-preview
api_key: os.environ/AZURE_API_KEY
- model_name: o4-mini
litellm_params:
model: azure/o4-mini
api_base: os.environ/AZURE_API_BASE
api_version: 2025-04-01-preview
api_key: os.environ/AZURE_API_KEY
- model_name: gpt-5-nano
litellm_params:
model: azure/gpt-5-nano
api_base: os.environ/AZURE_API_BASE
api_version: 2025-04-01-preview
api_key: os.environ/AZURE_API_KEY
- model_name: gpt-5-mini
litellm_params:
model: azure/gpt-5-mini
api_base: os.environ/AZURE_API_BASE
api_version: 2025-04-01-preview
api_key: os.environ/AZURE_API_KEY
general_settings:
# https://github.com/BerriAI/litellm/issues/15952
disable_responses_id_security: true