I found this. Looks cool. I ran the demo and it worked. Is it LLM alternative?
https://github.com/Aethelred-dev/c.o.r.e
I found this. Looks cool. I ran the demo and it worked. Is it LLM alternative?
https://github.com/Aethelred-dev/c.o.r.e
if (strstr(input, "who is") || strstr(input, "what is"))
{
intent_identity = true;
}
That's like 1960-s style rules engine, except even more basic.
tartoran•2mo ago