Skip to content

Commit d6b0c11

Browse files
committed
test fixes, fk azure
1 parent 4fc692d commit d6b0c11

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

proxy_server_config.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ model_list:
77
id: "1"
88
- model_name: gpt-3.5-turbo-end-user-test
99
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
1412
- model_name: gpt-3.5-turbo
1513
litellm_params:
1614
model: openai/gpt-4.1-mini
@@ -24,10 +22,8 @@ model_list:
2422
stream_timeout: 60
2523
- model_name: gpt-4
2624
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
3127
rpm: 480
3228
timeout: 300
3329
stream_timeout: 60
@@ -37,10 +33,8 @@ model_list:
3733
input_cost_per_second: 0.000420
3834
- model_name: text-embedding-ada-002
3935
litellm_params:
40-
model: azure/text-embedding-ada-002
41-
api_key: os.environ/AZURE_API_KEY
42-
api_base: os.environ/AZURE_API_BASE
43-
api_version: "2023-05-15"
36+
model: openai/text-embedding-ada-002
37+
api_key: os.environ/OPENAI_API_KEY
4438
model_info:
4539
mode: embedding
4640
base_model: text-embedding-ada-002

0 commit comments

Comments
 (0)