Fiosa is an AI chatbot built on top of ChatGPT's API. It has full integration into your Ubuntu system, and has access to the terminal and can control your computer to help you do tasks if you are lazy or don't know how to do them yourself. NOTE: I am not responsible for any damage caused to a computer using Fiosa, it has occasional hallucinations and sometimes runs random commands
Fiosa is written in Python, and it uses a technique called Prompt Injection to have a memory of the conversation, and also to give it rules and directives for providing a good experience.
- Basic chat functionality
- Ability to remember past messages in the conversation
- System prompt finished
- Ability to run commands
- Tackle hallucinations via refinements to system prompt
- Revamp UI
- System tray icon (in the background)
- Port/test on other Linux distributions
- Voice-to-text and text-to-speech (kind of like Siri or Alexa)
- Ability to know what is currently running/onscreen to better know how to assist user
- Consider porting to Darwin/OSX
- Heck, even port it to Windows?