summaryrefslogtreecommitdiff
path: root/common/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/common.h')
-rw-r--r--common/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/common.h b/common/common.h
index 2f6fe48a..534f7b13 100644
--- a/common/common.h
+++ b/common/common.h
@@ -142,6 +142,12 @@ std::string gpt_random_prompt(std::mt19937 & rng);
void process_escapes(std::string& input);
//
+// String parsing
+//
+
+std::string parse_samplers_input(std::string input);
+
+//
// Model utils
//