Thanks to visit codestin.com Credit goes to github.com
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 f40055f commit d17d803Copy full SHA for d17d803
JSBox/AI keyboard.js
@@ -31,8 +31,8 @@ const ai_configs = {
31
api_endpoint_template: "{proxy_url}/v1/chat/completions",
32
type: "openai_compatible"
33
},
34
- "Deepseek": {
35
- api_keys: ["YOUR_DEEPSEEK_API_KEY_1"], //Deepseek
+ "DeepSeek": {
+ api_keys: ["YOUR_DEEPSEEK_API_KEY_1"], //DeepSeek
36
proxy_urls: ["https://api.deepseek.com"],
37
models: ["deepseek-chat", "deepseek-coder"],
38
0 commit comments