removeing unneceary code
This commit is contained in:
@@ -40,12 +40,6 @@ MODEL_CONFIG = {
|
||||
"temperature": 0.7,
|
||||
"response_format": {"type": "json_object"},
|
||||
},
|
||||
"generate_images_from_prompts": {
|
||||
"model": "dall-e-3", # Default, overridden by IntegrationSettings
|
||||
"max_tokens": None, # Not used for images
|
||||
"temperature": None, # Not used for images
|
||||
"response_format": None, # Not used for images
|
||||
},
|
||||
}
|
||||
|
||||
# Function name aliases (for backward compatibility)
|
||||
|
||||
Reference in New Issue
Block a user