DEV Community

Janet-0717
Janet-0717

Posted on

Day 16

16/8
I deployed the website on a PHP (Apache) server today and set up a Python Flask server to handle the ChatGPT API for the AI customer service. The primary task was to establish communication between the website and the Flask server, allowing customer queries to be sent and responses retrieved in real time. I experimented with sending requests from the PHP site to the Flask server and worked on handling the data exchange between the two servers. This was a crucial step in enabling the AI functionality, and today’s work focused on setting up the necessary infrastructure for this feature.

Top comments (0)