mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 11:02:17 +00:00
Simplify thinking level display in footer (remove 'Thinking:' prefix)
This commit is contained in:
parent
23d6746bb9
commit
c7e4c84731
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ export class FooterComponent {
|
|||
if (this.state.model?.reasoning) {
|
||||
const thinkingLevel = this.state.thinkingLevel || "off";
|
||||
if (thinkingLevel !== "off") {
|
||||
rightSide = `${modelName} • Thinking: ${thinkingLevel}`;
|
||||
rightSide = `${modelName} • ${thinkingLevel}`;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue