Skip to content
Snippets Groups Projects
Commit bd317987 authored by Marcus Johansson's avatar Marcus Johansson
Browse files

Issue #3496035: Setup getSetupData

parent eebb3a84
No related branches found
No related tags found
1 merge request!7Resolve #3496035 "Setup getsetupdata"
Pipeline #378910 passed
......@@ -513,9 +513,7 @@ class OpenAiProvider extends AiProviderClientBase implements
*/
public function getSetupData(): array {
return [
'key_name' => 'openai_api_key',
'key_label' => 'OpenAI API Key',
'key_value' => 'api_key',
'key_config_name' => 'api_key',
'default_models' => [
'chat' => 'gpt-4o',
'chat_with_image_vision' => 'gpt-4o',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment