Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 245 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 245 Bytes

Conversational-AI

This application uses the OpenAI library along with a chatGPT model deployed on Azure to enable conversation with the AI.

Deploy your model before usinng this application.

Install OpenAI SDK:

  • pip install openai==1.13.3