This commit is contained in:
Михаил Капелько
2024-06-02 23:20:18 +03:00
parent e9e0073061
commit 17a2615351
10 changed files with 246 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ grep '^memory_Context ' memory.cpp > $TMP
grep '^std::string ' memory_test.cpp >> $TMP
grep '^memory_Context ' cli.cpp >> $TMP
grep '^std::string ' cli_test.cpp >> $TMP
grep '^std::string ' ctx_test.cpp >> $TMP
grep '^std::string ' llm_test.cpp >> $TMP
IN=$TMP