LaliRabaev / personal-task-manager

A flask app for task and notes management
0 stars 0 forks source link

Add a simple AI chatbot with the 4oGPT API #8

Closed LaliRabaev closed 2 weeks ago

LaliRabaev commented 3 weeks ago

Create a very simple chat using the GPT4o API (I already have a tokem - see in Whatsapp). The UI should be super-simple, the settings should be stored in a different file (Model, type etc), no need to configure it to the DB for now, just to have an AI connection for now

LaliRabaev commented 2 weeks ago

Done without connection but I will add the connection for now. Need to think about it, for now it seems to be conversations and messages table.

LaliRabaev commented 2 weeks ago

Done - Chatbot first steps #18