Ovaday / planner-AI

Planner-AI is a study mentoring project that implements ChatGPT integration in Telegram via Bots. It includes several new functions that were not available on ChatGPT, such as messages classification and accepting audio messages from users.
https://planner-ai.vercel.app
1 stars 0 forks source link

Add command to return my balance, balance for all users #115

Open Ovaday opened 1 year ago

Ovaday commented 1 year ago

To change:

If there is a user_id needed for test, use Chat.objects.all() and select one user_id from the available here. You can even insert your user by creating new Chat with your chat_id (you can ask me if you don't know your TG chat ID) and then calling the chat.save(). For test or some code invocation, use:

Cooperate with other people from the command to finish the task and create the PR which should be well-formed.

Ovaday commented 1 year ago

@NastyaKolbina If that is ready, please create the PR