Add AI-powered chatbot for media outlets
Integrate an AI chatbot feature allowing users to interact with media outlets, fetch chat history, and generate AI responses using OpenAI. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d Replit-Commit-Checkpoint-Type: intermediate_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:
6
.replit
6
.replit
@ -38,6 +38,10 @@ externalPort = 3003
|
||||
localPort = 41425
|
||||
externalPort = 6000
|
||||
|
||||
[[ports]]
|
||||
localPort = 41825
|
||||
externalPort = 6800
|
||||
|
||||
[[ports]]
|
||||
localPort = 43349
|
||||
externalPort = 3000
|
||||
@ -50,7 +54,7 @@ externalPort = 4200
|
||||
PORT = "5000"
|
||||
|
||||
[agent]
|
||||
integrations = ["javascript_object_storage:1.0.0", "javascript_log_in_with_replit:1.0.0", "javascript_database:1.0.0"]
|
||||
integrations = ["javascript_object_storage:1.0.0", "javascript_log_in_with_replit:1.0.0", "javascript_database:1.0.0", "javascript_openai_ai_integrations:1.0.0"]
|
||||
|
||||
[workflows]
|
||||
runButton = "Project"
|
||||
|
||||
Reference in New Issue
Block a user