Spaces:
Runtime error
Runtime error
gowah44030
commited on
Commit
•
92f8220
1
Parent(s):
909f7a2
Update index.js
Browse files
index.js
CHANGED
@@ -251,7 +251,7 @@ app.post('/ask', async (req, res) => {
|
|
251 |
}
|
252 |
});
|
253 |
|
254 |
-
const PORT = process.env.PORT ||
|
255 |
|
256 |
app.listen(PORT, () => {
|
257 |
console.log(`Claude REST API v${version} running on port ${PORT}`);
|
|
|
251 |
}
|
252 |
});
|
253 |
|
254 |
+
const PORT = process.env.PORT || 7860;
|
255 |
|
256 |
app.listen(PORT, () => {
|
257 |
console.log(`Claude REST API v${version} running on port ${PORT}`);
|