You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proxy_server_config.yaml
+6-12Lines changed: 6 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,8 @@ model_list:
7
7
id: "1"
8
8
- model_name: gpt-3.5-turbo-end-user-test
9
9
litellm_params:
10
-
model: azure/gpt-4.1-mini
11
-
api_base: os.environ/AZURE_API_BASE
12
-
api_version: "2023-05-15"
13
-
api_key: os.environ/AZURE_API_KEY # The `os.environ/` prefix tells litellm to read this from the env. See https://docs.litellm.ai/docs/simple_proxy#load-api-keys-from-vault
10
+
model: openai/gpt-4.1-mini
11
+
api_key: os.environ/OPENAI_API_KEY # The `os.environ/` prefix tells litellm to read this from the env. See https://docs.litellm.ai/docs/simple_proxy#load-api-keys-from-vault
14
12
- model_name: gpt-3.5-turbo
15
13
litellm_params:
16
14
model: openai/gpt-4.1-mini
@@ -24,10 +22,8 @@ model_list:
24
22
stream_timeout: 60
25
23
- model_name: gpt-4
26
24
litellm_params:
27
-
model: azure/gpt-4.1-mini
28
-
api_base: os.environ/AZURE_API_BASE
29
-
api_version: "2023-05-15"
30
-
api_key: os.environ/AZURE_API_KEY # The `os.environ/` prefix tells litellm to read this from the env. See https://docs.litellm.ai/docs/simple_proxy#load-api-keys-from-vault
25
+
model: openai/gpt-4.1-mini
26
+
api_key: os.environ/OPENAI_API_KEY # The `os.environ/` prefix tells litellm to read this from the env. See https://docs.litellm.ai/docs/simple_proxy#load-api-keys-from-vault
0 commit comments