An AI assistant to help you with with your research
poetry installcp config/.env.example config/.envOPENAI_API_KEY= in config/.envINFO: Started server process [20149]
INFO: Waiting for application startup.
[2023-05-17 15:03:21,196] FastAPI:CRITICAL - MySQL DB connected!
[2023-05-17 15:03:22,103] FastAPI:CRITICAL - Redis CACHE connected!
INFO: Application startup complete.
curl http://127.0.0.1:8000 to check if the server is running or not, you'll get {"message":"Server is running..."} in responsesudo chmod +x certbot.sh && sudo ./certbot.shsudo docker-compose --env-file config/.env up -d --build --remove-orphanssudo docker-compose --env-file config/.env down && sudo docker system prune --force --allsudo docker exec -it researchgpt_api_1 cat log/app.logA brief description of the project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them.