>> 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.
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.
To learn more, read docs at here.
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'sMeasure-Command
, I got 7-9s. But then when trying withCProfile.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!
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.