You can check on - http://65.109.169.213:6169/
This is my first Django project, and I'm excited to learn how to make OpenAI and Django work together!
I'll build a simple web application that uses OpenAI to generate responses to user input. And I'll try to connect image generation as well. After that I'll add functionality to save the result to local database.
I suppose you're familiar with Python...
- Clone repository
- Delete imgs folder
- Create venv & install requirements
- In the src/config make copy .env.example and change filename to .env
- Change DJANGO_SECRET_KEY to whatever you want, that's not too important while we run it locally
- Activate virtual environment
- Go to project root directory
- Write:
- python3 manage.py makemigrations
- python3 manage.py migrate
- Start the server "python3 manage.py runserver"
- Sign up, bind OpenAI API
- Enjoy - http://127.0.0.1:8000/