Spaces:
Running
Running
Change DeepSeek V3 0324 to DeepSeek R1
Browse filesDeepSeek R1 can think before responding, that is great at code compared by DeepSeek V3 0324 (Or DeepSeek V3.1).
server.js
CHANGED
@@ -30,7 +30,7 @@ const __dirname = path.dirname(__filename);
|
|
30 |
const PORT = process.env.APP_PORT || 3000;
|
31 |
const REDIRECT_URI =
|
32 |
process.env.REDIRECT_URI || `http://localhost:${PORT}/auth/login`;
|
33 |
-
const MODEL_ID = "deepseek-ai/DeepSeek-
|
34 |
const MAX_REQUESTS_PER_IP = 2;
|
35 |
|
36 |
app.use(cookieParser());
|
|
|
30 |
const PORT = process.env.APP_PORT || 3000;
|
31 |
const REDIRECT_URI =
|
32 |
process.env.REDIRECT_URI || `http://localhost:${PORT}/auth/login`;
|
33 |
+
const MODEL_ID = "deepseek-ai/DeepSeek-R1";
|
34 |
const MAX_REQUESTS_PER_IP = 2;
|
35 |
|
36 |
app.use(cookieParser());
|