Skip to content

Latest commit

 

History

History
90 lines (68 loc) · 2.44 KB

README.md

File metadata and controls

90 lines (68 loc) · 2.44 KB

lmagi

language model Augmented Generative Intelligence

ollama integration NOT yet integrated with the reasoning components

lmAGI

lmAGI

language model Augmented Generative Intelligence
this is the development version of ezAGI becoming lmagi on route to easyAGI> roadmap to display the reasoning capabilities as log files
integration with ollama point of departure can be found at lmagi
project developments has migrated to easyAGI>

an exercise in multi-model integration for LLM rational enhancement

aug·ment·ed
/ôɡˈmen(t)əd/

adjective: augmented
    having been made greater in size or value
gen·er·a·tive
/ˈjen(ə)rədiv,ˈjenəˌrādiv/

adjective: generative

    denoting an approach to any field of linguistics that involves applying a finite set of rules to linguistic input in order to produce all and only the well-formed items of a language
    relating to or capable of production or reproduction
in·tel·li·gence
/inˈteləj(ə)ns/

noun: intelligence

    the ability to acquire and apply knowledge and skills

lmAGI an expression of enhanced reasoning for LLM with ./memory/stm and advanced log files with responses to hightlight internal reasoning as working concept of machine reasoning

requirements

python3 > 3.7
pip

API handling for together groq and openai

groq API key or
openai API key or
together.ai

LINUX INSTALL

sudo apt install git

git clone https://github.com/llamagi/lmagi/
cd lmagi
python3 -m venv agi
source agi/bin/activate
pip install -r requirements.txt
# activate ezAGI.py with internal reasoning (EXPERIMENTAL)
python3 ezAGI.py

WINDOWS INSTALL

open command prompt

Press Win + R, type cmd, press Enter
git clone https://github.com/llamagi/lmagi/
cd lmagi
python3 -m venv agi
agi\Scripts\activate
pip install -r requirements.txt
# activate llama.py with internal reasoning (EXPERIMENTAL)
python3 ezAGI.py

is possible that windows requires

python3 -m pip install -r requirements.txt

to install the requirements