Skip to content

Commit c7f4dee

Browse files
author
Vijay Tupakula
committed
fix deepseek api key
1 parent bfdfee5 commit c7f4dee

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

builds/dexor

620 KB
Binary file not shown.

config/aiproviders.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010

1111
'deep_seek' => [
12-
'api_key' => env('DEEP_SEEKER_API_KEY'),
12+
'api_key' => env('DEEP_SEEK_API_KEY'),
1313
'connector' => \App\Integrations\OpenAI\OpenAIConnector::class,
1414
'listModelsRequest' => \App\Integrations\OpenAI\Requests\ListModelsRequest::class,
1515
'chatRequest' => \App\Integrations\OpenAI\Requests\ChatRequest::class,

0 commit comments

Comments
 (0)