Skip to content

Commit 78d6c73

Browse files
Merge pull request #38 from bootstrapguru/bugfix/deep-seek-unauthorized-error
Fix deep seek unauthorized error
2 parents eb3ad20 + b90de4a commit 78d6c73

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/Integrations/OpenAI/OpenAIConnector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function resolveBaseUrl(): string
3838
protected function defaultHeaders(): array
3939
{
4040
return [
41-
'Authorization' => 'Bearer '.config('aiproviders.openai.api_key'),
41+
'Authorization' => 'Bearer '.config("aiproviders.{$this->service}.api_key"),
4242
];
4343
}
4444
}

builds/dexor

4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)