Skip to content

Commit

Permalink
Update examples/server/server.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov authored Nov 20, 2023
1 parent 60f615e commit aea334c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ std::string output_str(struct whisper_context * ctx, const whisper_params & para
return result.str();
}

void getReqParameters(const Request& req, whisper_params& params)
void get_req_parameters(const Request & req, whisper_params & params)
{
// user model configu.has_fileion
if (req.has_file("offset-t"))
Expand Down

0 comments on commit aea334c

Please sign in to comment.