This commit is contained in:
Михаил Капелько
2024-05-26 22:39:52 +03:00
parent d619522f7d
commit ed7d1cd486
23 changed files with 234 additions and 41 deletions

View File

@@ -2,7 +2,8 @@ c++ -o test_memory_C++ -std=c++11 -I. \
memory.cpp \
memory_Context.cpp \
memory_test.cpp \
llm.cpp \
llm_test.cpp \
cli.cpp \
cli_test.cpp \
main.cpp
# cli.cpp \
# cli_test.cpp \