mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
test image gen fix in build and test
This commit is contained in:
parent
8ee32291e0
commit
8a1023fa2d
1 changed files with 2 additions and 5 deletions
|
@ -46,12 +46,9 @@ model_list:
|
||||||
model_info:
|
model_info:
|
||||||
mode: embedding
|
mode: embedding
|
||||||
base_model: text-embedding-ada-002
|
base_model: text-embedding-ada-002
|
||||||
- model_name: dall-e-2
|
- model_name: dall-e-2 # some tests use dall-e-2 which is now deprecated, alias to dall-e-3
|
||||||
litellm_params:
|
litellm_params:
|
||||||
model: azure/
|
model: openai/dall-e-3
|
||||||
api_version: 2023-06-01-preview
|
|
||||||
api_base: https://openai-gpt-4-test-v-1.openai.azure.com/
|
|
||||||
api_key: os.environ/AZURE_API_KEY
|
|
||||||
- model_name: openai-dall-e-3
|
- model_name: openai-dall-e-3
|
||||||
litellm_params:
|
litellm_params:
|
||||||
model: dall-e-3
|
model: dall-e-3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue