The application support the following file types:
- .txt
- .csv
- Install Docker on your system if not already installed.
- Open a terminal and navigate to the root folder of the project.
- Create a
.envfile within the working directory directory and insert this line in it:OPENAI_API_KEY = <your_api>. - Execute the command
docker-compose up. - Access the chatbot in your web browser at
http://localhost:8501.