cancelei / AI-Project_Codex

This is a Self-made project in the beginning of my career as a Software Developer. It is a Client-Server Side Application that interacts with ChatGPT from OpenAI, via API exchange. Just for fun.
https://ai-project-codex.vercel.app
2 stars 0 forks source link

UI for better experience when chatting #3

Closed cancelei closed 2 months ago

cancelei commented 1 year ago

A better UI is always a good sign for improving UX.

The idea here is to create a "WhatsAPP" like experience inside of the APP.

That includes having "Threads" with information. Each Thread has his own history fed back to the API when triggering a new call.

It is also recomended to calculate the impact (on cost of tokens) when sending thread history back for the feedback.