added preloadstory

This commit is contained in:
Concedo
2023-11-10 13:05:22 +08:00
parent 6870c31933
commit be92cfa125
5 changed files with 65 additions and 7 deletions
+3
View File
@@ -217,6 +217,9 @@ extern "C"
int get_last_token_count() {
return last_token_count;
}
int get_total_gens() {
return total_gens;
}
int get_last_stop_reason() {
return (int)last_stop_reason;
}