conormckenzie / reasoning-engine

Other
1 stars 0 forks source link

Dev Readme is inaccurate #5

Closed conormckenzie closed 1 month ago

conormckenzie commented 1 month ago

In the dev branch, the Readme introduces the project as "Reasoning Engine: An AI Engine Based on llama".

This is not quite correct. Llama 3.1 (or other LLMs) are not the core of the reasoning engine - the data layer and the algorithms which act on it are the core of the reasoning engine.

Considering that will LLMs play a role in some of the algorithms acting on the data, I feel it would be more accurate to say it utilizes LLMs, rather than being based on Llama

So "Reasoning Engine: Transparent and Auditable AI Reasoning with LLM Support" is a better title IMO.