Simplify thinking level display in footer (remove 'Thinking:' prefix)
This commit is contained in:
@@ -93,7 +93,7 @@ export class FooterComponent {
|
|||||||
if (this.state.model?.reasoning) {
|
if (this.state.model?.reasoning) {
|
||||||
const thinkingLevel = this.state.thinkingLevel || "off";
|
const thinkingLevel = this.state.thinkingLevel || "off";
|
||||||
if (thinkingLevel !== "off") {
|
if (thinkingLevel !== "off") {
|
||||||
rightSide = `${modelName} • Thinking: ${thinkingLevel}`;
|
rightSide = `${modelName} • ${thinkingLevel}`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user