Spaces:
Running
Running
Update server.js
Browse files
server.js
CHANGED
@@ -23,7 +23,7 @@ const __dirname = path.dirname(__filename);
|
|
23 |
const PORT = process.env.APP_PORT || 3000;
|
24 |
const REDIRECT_URI =
|
25 |
process.env.REDIRECT_URI || `http://localhost:${PORT}/auth/login`;
|
26 |
-
const MODEL_ID = "deepseek-ai/DeepSeek-
|
27 |
const MAX_REQUESTS_PER_IP = 4; // Increased limit for testing diffs
|
28 |
|
29 |
app.use(cookieParser());
|
|
|
23 |
const PORT = process.env.APP_PORT || 3000;
|
24 |
const REDIRECT_URI =
|
25 |
process.env.REDIRECT_URI || `http://localhost:${PORT}/auth/login`;
|
26 |
+
const MODEL_ID = "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B";
|
27 |
const MAX_REQUESTS_PER_IP = 4; // Increased limit for testing diffs
|
28 |
|
29 |
app.use(cookieParser());
|