mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 01:05:09 +02:00
added preloadstory
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user