Gregory-L commited on
Commit
13d747d
·
verified ·
1 Parent(s): b048b96

Update README.md

Browse files

https://github.com/pythaiml/automindx/blob/main/memory.md
context awareness as memory parse

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,8 +9,8 @@ pinned: false
9
  machine learning as a process
10
  research into machine learning intelligence principals and application
11
 
12
- First iteration of aglm.py is available in the Professor-Codephreak LLM codebase as <a href="https://github.com/pythaiml/automindx">automindx</a> https://github.com/pythaiml/automindx
13
- automindx is my earliest solution to machine memory with aglm as the memeory parser
14
 
15
  aglm.py - Autonomous General Learning Model Overview
16
 
 
9
  machine learning as a process
10
  research into machine learning intelligence principals and application
11
 
12
+ First iteration of <a href="https://github.com/pythaiml/automindx/blob/main/aglm.py">aglm.py</a> is available in the Professor-Codephreak LLM codebase as <a href="https://github.com/pythaiml/automindx">automindx</a> https://github.com/pythaiml/automindx
13
+ as a solution to machine <a href="https://github.com/pythaiml/automindx/blob/main/memory.md">memory</a> with aglm as the memory parser
14
 
15
  aglm.py - Autonomous General Learning Model Overview
16