Skip to content

Commit

Permalink
before embed graph
Browse files Browse the repository at this point in the history
  • Loading branch information
scenaristeur committed Dec 26, 2023
1 parent 22e684c commit 5710060
Show file tree
Hide file tree
Showing 7 changed files with 236 additions and 47 deletions.
2 changes: 1 addition & 1 deletion chatgpt-backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ app.use(bodyParser.json())
app.post('/chatbot', askToChatGpt);

// eslint-disable-next-line no-undef
const PORT = process.env.PORT || 3000;
const PORT = process.env.PORT || 3001;
app.listen(PORT, () => {
console.log(`Server is running on port ${PORT}`);
});
Loading

0 comments on commit 5710060

Please sign in to comment.