An AI assistant to help you with with your research
poetry install
cp config/.env.example config/.env
OPENAI_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.sh
sudo docker-compose --env-file config/.env up -d --build --remove-orphans
sudo docker-compose --env-file config/.env down && sudo docker system prune --force --all
sudo docker exec -it researchgpt_api_1 cat log/app.log
A 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.