Inspiration

I frequently use GPT to make things concise and to help me learn. I wanted to take it a step further by integrating an app with GPT to help other people also study in a more interactive way.

How I built it

I built it using React.js for the frontend, Express to handle HTTP requests, Firestore to store persistent data, and the OpenAI API to solve completions in conversations.

Challenges I ran into

I was having a dilemma between fine tuning GPT or just using a system prompt. A system prompt isn't as effective and is costly in terms of tokens, but making a fine tuning dataset would take too long. I settled on the system prompt and it worked out.

Accomplishments that I'm proud of

I'm not that good at making website UIs, so I was pleased with how the UI turned out. It's not that great but it is probably the best site I've made, and it's quite good that it was only built in a few days.

Built With

Share this project:

Updates