Skip to content

Commit 38b20c5

Browse files
author
ThinkThinkSyn
committed
enable mtmd in completion
1 parent 490af6e commit 38b20c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4215,7 +4215,7 @@ int main(int argc, char ** argv) {
42154215
throw std::runtime_error("prompt must be a string");
42164216
}
42174217

4218-
if (oaicompat && has_mtmd) {
4218+
if (has_mtmd) {
42194219
// multimodal
42204220
std::string prompt_str = prompt.get<std::string>();
42214221
mtmd_input_text inp_txt = {

0 commit comments

Comments
 (0)