Upload 2 files
Browse files- ChatIPC.cpp +1 -1
- ChatIPC.exe.txt +3 -0
ChatIPC.cpp
CHANGED
|
@@ -1762,7 +1762,7 @@ static void print_commands(const char *p){
|
|
| 1762 |
std::cout << " --load-kb FILE Load a previously saved knowledge-base graph from a binary file.\n";
|
| 1763 |
std::cout << " --info-kb FILE Show the dictionary-depth and n-gram max size of a knowledge-base file.\n";
|
| 1764 |
std::cout << " --static-kb Disable learning prompt(s) and response(s) during interactive session.\n";
|
| 1765 |
-
std::cout << " --dictionary-depth D Set depth of
|
| 1766 |
std::cout << " --n-gram-max-size N Set maximum size of the n-gram where N is the size. Default size is 3.\n";
|
| 1767 |
std::cout << " --learn f1 f2 ... Learn from text file(s) to update the knowledge-base graph.\n";
|
| 1768 |
std::cout << " --repeat-penalty P Set penalty for repeated tokens in response. Default penalty is 0.7 (higher values reduce repetition).\n";
|
|
|
|
| 1762 |
std::cout << " --load-kb FILE Load a previously saved knowledge-base graph from a binary file.\n";
|
| 1763 |
std::cout << " --info-kb FILE Show the dictionary-depth and n-gram max size of a knowledge-base file.\n";
|
| 1764 |
std::cout << " --static-kb Disable learning prompt(s) and response(s) during interactive session.\n";
|
| 1765 |
+
std::cout << " --dictionary-depth D Set depth of definition expansion used during learning. Default depth is 3.\n";
|
| 1766 |
std::cout << " --n-gram-max-size N Set maximum size of the n-gram where N is the size. Default size is 3.\n";
|
| 1767 |
std::cout << " --learn f1 f2 ... Learn from text file(s) to update the knowledge-base graph.\n";
|
| 1768 |
std::cout << " --repeat-penalty P Set penalty for repeated tokens in response. Default penalty is 0.7 (higher values reduce repetition).\n";
|
ChatIPC.exe.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3dc2a0744592ed200424479249d6e1309a68890f1ccd1059fc4df420c07f0fc7
|
| 3 |
+
size 25502208
|