visuddhinanda il y a 1 an
Parent
commit
10da68e3f8
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  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'],
                 'model' => ['Doubao-lite-4k', 'Doubao-pro-4k'],
                 'token' => env('AI_API_TOKEN_VOLCENGIN'),
                 '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'),
+            ],
         ],
         ],
     ]
     ]
 ];
 ];