Răsfoiți Sursa

add deepseek

visuddhinanda 1 an în urmă
părinte
comite
10da68e3f8
1 a modificat fișierele cu 7 adăugiri și 0 ștergeri
  1. 7 0
      api-v8/config/mint.php

+ 7 - 0
api-v8/config/mint.php

@@ -116,6 +116,13 @@ return [
                 'model' => ['Doubao-lite-4k', 'Doubao-pro-4k'],
                 'token' => env('AI_API_TOKEN_VOLCENGIN'),
             ],
+            [
+                'name' => 'deepseek',
+                'description' => 'deepseek',
+                'api_url' => 'https://api.deepseek.com/chat/completions',
+                'model' => ['deepseek-chat'],
+                'token' => env('AI_API_TOKEN_DEEPSEEK'),
+            ],
         ],
     ]
 ];