We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9c3e9 commit 8d38d60Copy full SHA for 8d38d60
tools/server/server.cpp
@@ -2585,8 +2585,8 @@ struct server_context {
2585
/* allow_image */ mctx ? mtmd_support_vision(mctx) : false,
2586
/* allow_audio */ mctx ? mtmd_support_audio (mctx) : false,
2587
/* enable_thinking */ enable_thinking,
2588
- /* local_media_max_size_mb */ params_base.local_media_max_size_mb,
2589
- /* allowed_local_media_path */ params_base.allowed_local_media_path,
+ /* local_media_max_size_mb */ params_base.local_media_max_size_mb,
+ /* allowed_local_media_path */ params_base.allowed_local_media_path,
2590
};
2591
}
2592
0 commit comments