Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Forairaaaaa committed Oct 25, 2024
1 parent 0b09b1f commit 2dbcf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/api_tts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ int ApiTts::inference(String work_id, String input, uint32_t timeout, String req
return MODULE_LLM_OK;
}

int ret = MODULE_LLM_WAIT_RESPONSE_TIMEOUT;
int ret = MODULE_LLM_WAIT_RESPONSE_TIMEOUT;
_module_msg->sendCmdAndWaitToTakeMsg(
cmd.c_str(), request_id,
[&ret](ResponseMsg_t& msg) {
Expand Down

0 comments on commit 2dbcf66

Please sign in to comment.