diff options
author | Oxbian <oxbian@mailbox.org> | 2025-02-17 22:14:48 -0500 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2025-02-17 22:14:48 -0500 |
commit | b6d93c110c8a14f738d897c0012a2a7d61044f67 (patch) | |
tree | 6f6a83d8414c70bcadc19c5f9c2dd82266be39fa /README.md | |
download | NAI-b6d93c110c8a14f738d897c0012a2a7d61044f67.tar.gz NAI-b6d93c110c8a14f738d897c0012a2a7d61044f67.zip |
feat: basic working interface + LLM API call
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e314766 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# NAI +--- + +Néo AI, a personnal assistant using LLM. + +## TODO + +- Gérer la sortie de l'interface, async... +- Interface gauche <-> droite selon si c'est un bot ou un user |