feat: GPT integration (#526)

* feat: GPT integration

* dev: move engine value to env variable
This commit is contained in:
pablohashescobar
2023-03-25 11:14:26 +05:30
committed by GitHub
parent 31624f3ae6
commit a3a792741f
7 changed files with 75 additions and 1 deletions

View File

@@ -26,4 +26,5 @@ google-api-python-client==2.75.0
django-rq==2.6.0
django-redis==5.2.0
uvicorn==0.20.0
channels==4.0.0
channels==4.0.0
openai==0.27.2