Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.66 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.66 KB

Telegram Bot - PersonalJesus

© Sberbank (Kadinsky 3.0 generative img model)

image

This is a telegram bot which can interact with AI models via YandexCloud API. Baseline idea is to help user find world description based on few words. It is powered by YandexGPT model.

tg link:

https://t.me/SimulationMindBot

  • To start interact you need just to type /start or /начать.
  • If you want to some special you neet to type /help or /помоги.
  • If you want just to know something just start to type and you easily find out your answer.

Ideal chatbot functions:

  1. Interact with user via text and keep in memory all chat history.
  2. Interact with user via audio and return result as well in audio text.
  3. Help user to search information in internet based on special user request.
  4. Ability to translate from ENG\RU\FR to RU\FR\ENG in special mode.
  5. Ability to keep in memory user custom task and control it progress.
  6. Ability to save all user experience between platforms and ChatBot. For example it can be user laptop app, social media.
  7. ?

TO DO LIST:

  • Create request in a browser OR ChatGBT (in case bot dictionary are useless). + (YandexGPT2-light)
  • Fix database structure. + (New backlog structure and database as well)
  • Fix admin toolbar.
  • ENG\RU README file
  • docker image && CI
  • README setup at YandexCloud && README for docker container
  • Async libraries to interact with users.
  • Transform Audio request and model output to audio\text to interact with user. 🎉