Skip to content

Releases: AGitUser-NOEL/Java-LLM

CougarAI alpha_rd_0.1.03

02 Mar 14:57
f587a60

Choose a tag to compare

alpha_rd_0.1-03

Jars for import packages

CougarAI alpha_rd_0.1.02

02 Mar 14:33
f79eb40

Choose a tag to compare

The bot performs a linear search by reading logs.txt line-by-line. It checks if your question matches the text after Q:. If it finds a match, it uses substring to "slice" out the answer sitting between A: and ;.

When it doesn’t know an answer, it triggers a FileWriter in append mode. This adds your new Q&A to the bottom of the file so it’s saved permanently. It’s basically a DIY database where every line is a new memory!

cAI 0.1 alpha

23 Feb 15:40
d569cbd

Choose a tag to compare

First release of Cougar AI