File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -242,11 +242,18 @@ export function ModelSetting({
242242 { provider . provider === 'llamacpp' && (
243243 < div className = "pb-4 border-b border-main-view-fg/10 my-4" >
244244 < div >
245- < h3 className = "font-medium mb-1" > Optimize Settings</ h3 >
246- < p className = "text-main-view-fg/70 text-xs mb-3" >
247- Analyze your system and model, then apply optimal loading
248- settings automatically
249- </ p >
245+ < div >
246+ < div className = "flex items-center gap-2 mb-1" >
247+ < h3 className = "font-medium" > Optimize Settings</ h3 >
248+ < div className = "text-xs bg-main-view-fg/10 border border-main-view-fg/20 text-main-view-fg/70 rounded-full py-0.5 px-2" >
249+ < span > { t ( 'mcp-servers:experimental' ) } </ span >
250+ </ div >
251+ </ div >
252+ < p className = "text-main-view-fg/70 text-xs mb-3" >
253+ Analyze your system and model, then apply optimal loading
254+ settings automatically
255+ </ p >
256+ </ div >
250257 < Button
251258 onClick = { handlePlanModelLoad }
252259 disabled = { isPlanning }
You can’t perform that action at this time.
0 commit comments