mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
Revert "test fix use mock endpoints for e2e files and ft tests"
This reverts commit c921d8dd81
.
This commit is contained in:
parent
0859646f6f
commit
2cd8111f4c
1 changed files with 8 additions and 11 deletions
|
@ -43,23 +43,20 @@ litellm_settings:
|
|||
# For /fine_tuning/jobs endpoints
|
||||
finetune_settings:
|
||||
- custom_llm_provider: azure
|
||||
api_base: https://exampleopenaiendpoint-production.up.railway.app/
|
||||
api_key: fake
|
||||
api_version: "2023-03-15-preview"
|
||||
api_base: os.environ/AZURE_API_BASE
|
||||
api_key: os.environ/AZURE_API_KEY
|
||||
api_version: "2024-05-01-preview"
|
||||
- custom_llm_provider: openai
|
||||
api_key: fake
|
||||
api_base: https://exampleopenaiendpoint-production.up.railway.app/
|
||||
api_key: os.environ/OPENAI_API_KEY
|
||||
|
||||
# for /files endpoints
|
||||
files_settings:
|
||||
- custom_llm_provider: azure
|
||||
api_base: https://exampleopenaiendpoint-production.up.railway.app/
|
||||
api_key: fake
|
||||
api_version: "2023-03-15-preview"
|
||||
api_base: os.environ/AZURE_API_BASE
|
||||
api_key: os.environ/AZURE_API_KEY
|
||||
api_version: "2024-05-01-preview"
|
||||
- custom_llm_provider: openai
|
||||
api_key: fake
|
||||
api_base: https://exampleopenaiendpoint-production.up.railway.app/
|
||||
|
||||
api_key: os.environ/OPENAI_API_KEY
|
||||
|
||||
general_settings:
|
||||
master_key: sk-1234 # [OPTIONAL] Use to enforce auth on proxy. See - https://docs.litellm.ai/docs/proxy/virtual_keys
|
Loading…
Add table
Add a link
Reference in a new issue