Skip to content

Commit 36cbb09

Browse files
committed
启用兼容性模式 支持热更新
1 parent e44a640 commit 36cbb09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

front/control_panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ <h4>兼容性配置</h4>
12401240
<input type="checkbox" id="compatibilityModeEnabled" class="config-checkbox" />
12411241
启用兼容性模式
12421242
</label>
1243-
<small class="config-note">启用后所有system消息全部转换成user,停用system_instructions</small>
1243+
<small class="config-note">启用后所有system消息全部转换成user,停用system_instructions <span style="color: #28a745;">✓ 支持热更新</span></small>
12441244
<div class="config-info" style="background-color: #fff3cd; border: 1px solid #ffc107; color: #856404;">
12451245
<strong>⚠️ 注意:</strong>该选项可能会降低模型理解能力,但是能避免流式空回的情况。
12461246
<br><strong>适用场景:</strong>当遇到流式传输时模型不返回内容或返回空响应时启用此选项。

front/control_panel_mobile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ <h4 style="margin-top: 0; margin-bottom: 15px;">兼容性配置</h4>
963963
<input type="checkbox" id="compatibilityModeEnabled" style="width: auto; margin: 0;" />
964964
启用兼容性模式
965965
</label>
966-
<small style="display: block; color: #666; font-size: 12px; margin-top: 5px;">启用后所有system消息全部转换成user,停用system_instructions</small>
966+
<small style="display: block; color: #666; font-size: 12px; margin-top: 5px;">启用后所有system消息全部转换成user,停用system_instructions <span style="color: #28a745;">✓ 支持热更新</span></small>
967967
<div style="background-color: #fff3cd; border: 1px solid #ffc107; border-radius: 6px; padding: 12px; margin-top: 8px; font-size: 13px; color: #856404;">
968968
<strong>⚠️ 注意:</strong>该选项可能会降低模型理解能力,但是能避免流式空回的情况。
969969
<br><strong>适用场景:</strong>当遇到流式传输时模型不返回内容或返回空响应时启用此选项。

0 commit comments

Comments
 (0)