A downloadable AI

O-S LAA is an open-source AI assistant that runs completely locally,  no internet needed (once models are installed) . It is based on ollama (visit https://ollama.com for more information on ollama)
It is a very basic program so feel free to experiment with it!

O-S LAA was made using python, so pycharm is recomended. 

!!when downloading, only the source code is downloaded!!

Version 1.0:  Most simple version
Version 1.1: Optimal for development, /dev commands, optimized using functions
Executable: Based on v1..1 , !!not tested!!,  small optimizations



Download

Download
v1.1 3.9 kB
Download
v1.0 2.8 kB

Install instructions

!!MAKE SURE TO INSTALL OLLAMA FIRST!!

https://ollama.com/download

When using executable:

1) Extract the zip file
2)Navigate to "dist"
3)Run LLA.exe
!!!This has not been tested yet, it might not work!!!




When using the sourcecode, make sure to run the following commands in Terminal:

pip install requests
pip install ollama
pip install json
pip install os (only in v1.1)


/dev commands:

/dev enter (Enters Dev Command Mode)
/dev add parameter (change user_parameter)
/dev show parameters (show all parameters)
/dev change 'base_parameter' (changes base_parameter)
/dev change 'user parameter' (changers user_parameter)
/dev show installed_models (shows all installed models+details)
/dev rm model (enter model uninstall mode)


Development log