Skip to content

LocalAssistant (locas) is an AI designed to be used in CLI. (Currently in development)

License

Notifications You must be signed in to change notification settings

Linos1391/LocalAssistant

Repository files navigation

LocalAssistant

Locas - your local assistant

icon

Your CLI friend.


>> locas -h

usage: locas [-h] [-v] [-V] COMMAND ...

LocalAssistant (locas) is an AI designed to be used in CLI.

options:
  -h, --help          show this help message and exit
  -v, --verbose       show debug messages (Can be used multiple times for higher level: CRITICAL[v] -> DEBUG[vvvv])
  -V, --version       show program's version number and exit

commands:
  built-in commands (type 'locas COMMAND -h' for better description).

  COMMAND
    download          Download models from Hugging Face
    config            Configurate LocalAssistant.
    user              Config user.
    chat              Chat with models for limited lines. (no history saved)
    start             Chat with models using history.
    docs              Ask information from provided documents.
    self-destruction  LocalAssistant's self-destruction.

Brief Overview

LocalAssistant is an AI that communicating through terminal. Even though currently in development, it is equipped with communication function, memory ability and document query. I made this for an even bigger project later, so until fully completed, it will not be dropped.


Documents

To learn more, read docs at here.


Contribution

Below is what I tried but could not get it done. So your help will help me a lot!

  • Call time: I tested locas with Powershell's Measure-Command, I got 7-9s. But then when trying with CProfile.run(), it's approximately 0.2s... Why...?
  • pytest: I know this sounds wrong, but I don't even know where to start. Maybe I will try again, but not right now I guess.

Not just those above. All contributions are welcomed, I would be grateful for one day having peer coders beside me!


License

GNU GPLv3


Disclaimer

This AI was designed to communicating with Hugging Face models in CLI. Please do not use this AI for any unethical reasons. Any damages from abusing this application will not be the responsibility of the author.

About

LocalAssistant (locas) is an AI designed to be used in CLI. (Currently in development)

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages