server: Enable transcriptions API for LFM2-Audio (#22000)
This commit is contained in:
@@ -18,6 +18,7 @@ json server_chat_convert_anthropic_to_oai(const json & body);
|
||||
// convert OpenAI transcriptions API format to OpenAI Chat Completions API format
|
||||
json convert_transcriptions_to_chatcmpl(
|
||||
const json & body,
|
||||
const common_chat_templates * tmpls,
|
||||
const std::map<std::string, raw_buffer> & in_files,
|
||||
std::vector<raw_buffer> & out_files);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user