zc
This commit is contained in:
@@ -19,7 +19,6 @@ namespace WulaFallenEmpire
|
||||
|
||||
// 视觉功能配置
|
||||
public bool enableVlmFeatures = false;
|
||||
public bool useNativeMultimodal = true; // 默认启用原生多模态
|
||||
public bool showThinkingProcess = true; // 是否显示中间思考过过程
|
||||
|
||||
public override void ExposeData()
|
||||
@@ -38,7 +37,6 @@ namespace WulaFallenEmpire
|
||||
|
||||
// 简化后的视觉配置
|
||||
Scribe_Values.Look(ref enableVlmFeatures, "enableVlmFeatures", false);
|
||||
Scribe_Values.Look(ref useNativeMultimodal, "useNativeMultimodal", true);
|
||||
Scribe_Values.Look(ref showThinkingProcess, "showThinkingProcess", true);
|
||||
|
||||
base.ExposeData();
|
||||
|
||||
Reference in New Issue
Block a user