Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 480 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 480 Bytes

chatgpt_clone

ChatGPT clone created using flask, tailwindCSS, MongoDB and OpenAI's API

New requests are sent to OpenAI's API and the AI generated answer is fetched. The question and its generated answer are stored in a MongoDB cluster. Next time the same question is asked, it is fetched from the cluster to reduce load on API and generate faster results.

Screenshot (29)