Skip to content

mangate/SupportAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Self Support ChatBot

This is an initial version of a chat support chat bot that guides you on how to do different actions across websites and other software

The bot uses MultiModal abilities of LLMs to capture the screen and than reasons on what should be the next steps

Running

  1. pip install -r requirements.txt
  2. Put your openAI API key in the relevant line in the code
  3. Run the code

Future Plans

  • Add support for Anthropic Claude3
  • Add support for open-source MultiModal LLMs (LLava, Baqllava, etc)
  • Improve chat history
  • Add the ability to upload technical guides to help the bot give better answers
  • Add a caching mechanism based of VectorDB to reduce cost and improve latency

Contibutions

Contributions are welcome. Please open an issue to discuss the changes you would like to make.

About

Self Support ChatBot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages