mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-24 06:02:04 +01:00
parent
22d46b7ba4
commit
a7dc2aab16
@ -947,7 +947,7 @@ int main(int argc, char ** argv) {
|
|||||||
"application/json");
|
"application/json");
|
||||||
}
|
}
|
||||||
|
|
||||||
// reset params to thier defaults
|
// reset params to their defaults
|
||||||
params = default_params;
|
params = default_params;
|
||||||
});
|
});
|
||||||
svr.Post(sparams.request_path + "/load", [&](const Request &req, Response &res){
|
svr.Post(sparams.request_path + "/load", [&](const Request &req, Response &res){
|
||||||
|
Loading…
Reference in New Issue
Block a user