Add personalized AI chatbot for media outlets
Implement AI chatbot functionality using Replit AI Integrations and OpenAI's GPT-5 model, storing chat history in a new `chatMessages` table. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/d35d7YU
This commit is contained in:
8
.replit
8
.replit
@ -22,6 +22,10 @@ externalPort = 3002
|
||||
localPort = 36309
|
||||
externalPort = 5173
|
||||
|
||||
[[ports]]
|
||||
localPort = 37333
|
||||
externalPort = 8000
|
||||
|
||||
[[ports]]
|
||||
localPort = 37413
|
||||
externalPort = 5000
|
||||
@ -38,10 +42,6 @@ externalPort = 3003
|
||||
localPort = 41425
|
||||
externalPort = 6000
|
||||
|
||||
[[ports]]
|
||||
localPort = 41825
|
||||
externalPort = 6800
|
||||
|
||||
[[ports]]
|
||||
localPort = 43349
|
||||
externalPort = 3000
|
||||
|
||||
Reference in New Issue
Block a user