Add GPT based conversation processor to understand intent and converse with user

- Allow conversing with user using GPT's contextually aware, generative capability
- Extract metadata, user intent from user's messages using GPT's general understanding
This commit is contained in:
Debanjum Singh Solanky
2021-11-26 17:23:03 +05:30
parent 6244ccc01a
commit d4e1120b22
3 changed files with 135 additions and 1 deletions

View File

@@ -12,4 +12,5 @@ dependencies:
- pyyaml=5.*
- pytest=6.*
- pillow=8.*
- torchvision=0.*
- torchvision=0.*
- openai=0.*