mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
refactor: remove unused ModelInfo entry for dall-e-2 in openai_model_provider.py
This commit is contained in:
parent
dc4cdec8a1
commit
573ec2b706
|
|
@ -105,9 +105,6 @@ model_info_image_list = [
|
|||
]
|
||||
|
||||
model_info_tti_list = [
|
||||
ModelInfo('dall-e-2', '',
|
||||
ModelTypeConst.TTI, openai_tti_model_credential,
|
||||
OpenAITextToImage),
|
||||
ModelInfo('dall-e-3', '',
|
||||
ModelTypeConst.TTI, openai_tti_model_credential,
|
||||
OpenAITextToImage),
|
||||
|
|
|
|||
Loading…
Reference in New Issue