sb5178718 commited on
Commit
8b99dc7
·
verified ·
1 Parent(s): 735c29b

Change DeepSeek V3 0324 to DeepSeek R1

Browse files

DeepSeek R1 can think before responding, that is great at code compared by DeepSeek V3 0324 (Or DeepSeek V3.1).

Files changed (1) hide show
  1. server.js +1 -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-V3-0324";
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());