← Choose language | Выберите язык
A simple virtual assistant imitating your friend, girlfriend or boyfriend, based on the neural network ChatGPT or Llama and messenger Telegram. You can come up with your assistant’s history, tastes, views, and add the necessary triggers. By default, he will wish you good morning, good night, write compliments, interesting facts, tell fortunes, be interested in your affairs, you can also have dialogues with him, ask questions, advice and learn something. The assistant can memorize important events from your conversation, with the neural network automatically determining the importance of the events.
Virtual Assistant supports two neural networks: Llama (free of charge, via Groq service) and ChatGPT (3 months of free use, then paid). Choose one of the services at your discretion.
- Register at Groq and get key.
- Create a bot in Telegram messenger, get the key, change the name and photo.
- Install Python, then run Windows Command Prompt and enter the command
pip install openai(library to work with ChatGPT) andpip install requests[socks](library to support proxies). - Download the archive of assistant, unzip and modify the files to your liking:
PromptsEn.xml- description of the assistant, you, appeal to you, etc.,TriggersEn.xml- assistant triggers (change time, add necessary, remove unnecessary),AIHistory.txtandUserHistory.txt- assistant's memory of itself and you. - Enter the Telegram keys
TelegramTokenand Groq keysGroqAPIKey, in theSetup.inifile, changeAIProviderto1. - Run
Luiza_AI_Assistant.pyand write something to the bot in Telegram, you should see your message, after which you can change theShowMessagesparameter to0in theSetup.inifile to remove the messages. - If you want a hidden auto-run at Windows startup, rename the
Luiza_AI_Assistant.pyfile toLuiza_AI_AI_Assistant.pywand add a shortcut to the%appdata%\Microsoft\Windows\Start Menu\Programsautoloader folder.
- Register at OpenAI and get key. The service gives a free key for 3 months.
- Create a bot in Telegram messenger, get a key, change your name and photo.
- Install Python, then run Windows Command Prompt and enter the command
pip install openai(library to work with ChatGPT) andpip install requests[socks](library to support proxies). - Download archive of assistant, unpack and modify the files at your discretion:
PromptsEn.xml- description of the assistant, you, appeal to you, etc.,TriggersEn.xml- assistant triggers (change time, add necessary, remove unnecessary),AIHistory.txtandUserHistory.txt- assistant's memory of itself and you. - Enter the Telegram keys
TelegramTokenand OpenAIOpenAPIKey, in theSetup.inifile. - Run
Luiza_AI_Assistant.pyand write something to the bot in Telegram, you should see your message, after which you can change theShowMessagesparameter to0in theSetup.inifile to remove the messages. - If you want hidden automatic startup at Windows startup, rename the
Luiza_AI_Assistant.pyfile toLuiza_AI_AI_Assistant.pywand add a shortcut to the%appdata%\Microsoft\Windows\Start Menu\Programsautoloader folder.
Also supported: OpenRouter.ai.
By default, triggers are made: good morning wishes, good night, compliments, interesting facts, fortune telling for tomorrow, random messages, random questions. Change the time of triggering, according to your schedule. Time can be random, specific, or approximate. Add your triggers or delete current triggers as needed by copying the trigger block or deleting it.
The messages sent by the triggers include animations of the character Lisa, aka actress Vanessa Angel, from the TV series Weird Science, given at random. You can change them in the Setup/Pics folder, with the name of the corresponding trigger. You can see and delete animations by opening the AnimDesigner.html file and entering the contents of the files.
Thanks for posting.
r57zone[at]gmail.com




