technician1 commited on
Commit
7119a6d
·
1 Parent(s): 32b84a5

Upload 2 files

Browse files
Files changed (1) hide show
  1. ChatIPC.cpp +1 -1
ChatIPC.cpp CHANGED
@@ -1547,7 +1547,7 @@ int main(int argc, char **argv){
1547
  if (a=="--n-gram" && i+1<argc){ n_gram_size = std::max(1, std::stoi(argv[++i])); continue; }
1548
  if (a=="--repeat-penalty" && i+1<argc){ repeat_penalty = std::stod(argv[++i]); continue; }
1549
  if (a=="--activate-agi"){
1550
- std::cerr << "AGI feature subscription fee is $1,000 CAD per month. To pay the fee, contact Caleb Nwokocha via email cnwokocha@proton.me\n";
1551
  continue;
1552
  }
1553
  if (a=="--learn"){
 
1547
  if (a=="--n-gram" && i+1<argc){ n_gram_size = std::max(1, std::stoi(argv[++i])); continue; }
1548
  if (a=="--repeat-penalty" && i+1<argc){ repeat_penalty = std::stod(argv[++i]); continue; }
1549
  if (a=="--activate-agi"){
1550
+ std::cerr << "AGI subscription fee is $1,000 CAD per month. To pay the fee, contact Caleb Nwokocha via email cnwokocha@proton.me\n";
1551
  continue;
1552
  }
1553
  if (a=="--learn"){