rpbot should* work?

This commit is contained in:
2024-01-24 22:55:18 +01:00
parent e504d7a8ef
commit 83264db09d
7 changed files with 498 additions and 6 deletions

View File

@@ -6,6 +6,8 @@
#include <chrono>
std::minstd_rand thread_local LlamaCppWeb::_rng{std::random_device{}()};
// TODO: variant that strips unicode?
static std::string convertToSafeGrammarString(std::string_view input) {
std::string res;