Skip to content

Commit

Permalink
MBS-9373: Happify codechecker
Browse files Browse the repository at this point in the history
  • Loading branch information
PhMemmel committed Sep 13, 2024
1 parent dcf2e1a commit cbbf0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dalle/classes/connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ public function get_available_options(): array {
];
break;
case 'dall-e-3':
// We assume that if using Azure (in which we would have PRECONFIGURED_MODEL as model) we only can deploy dall-e-3.
case base_instance::PRECONFIGURED_MODEL:
// We assume that if using Azure (in which we would have PRECONFIGURED_MODEL as model) we only can deploy dall-e-3.
$options['sizes'] = [
['key' => '1024x1024', 'displayname' => get_string('squared', 'local_ai_manager') . ' (1024px x 1024px)'],
['key' => '1792x1024', 'displayname' => get_string('landscape', 'local_ai_manager') . ' (1792px x 1024px)'],
Expand Down

0 comments on commit cbbf0f9

Please sign in to comment.