We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3ad20 commit b90de4aCopy full SHA for b90de4a
app/Integrations/OpenAI/OpenAIConnector.php
@@ -38,7 +38,7 @@ public function resolveBaseUrl(): string
38
protected function defaultHeaders(): array
39
{
40
return [
41
- 'Authorization' => 'Bearer '.config('aiproviders.openai.api_key'),
+ 'Authorization' => 'Bearer '.config("aiproviders.{$this->service}.api_key"),
42
];
43
}
44
builds/dexor
4 Bytes
0 commit comments