A web application providing syntax for keywords in various languages
Use the following command to create the docker container
docker-compose up --build
To destroy the container run
docker-compose down
make sure you have django , python 3.9 and openai library installed else install those using below
-
pip install django
-
pip install openai
-
create an API key on this site : https://beta.openai.com
-
Open views.py in QueryForm directory and paste the API key in variable API_KEY. check this path : GetQuery/QueryForm/views.py
-
If you can't find the views.py file, open the folder in pycharm and click on TODO tab at bottom of pycharm then paste the key
-
open terminal at the level where manage.py is present
-
hit command : python3 manage.py runserver