From 3b7d2222fada0f4edcde9259dea78316006b927d Mon Sep 17 00:00:00 2001 From: LemonNeko Date: Fri, 30 May 2025 11:51:29 +0800 Subject: [PATCH] feat(stage): active model always on top (#185) --- apps/stage-tamagotchi/src/components/ChatHistory.vue | 2 +- .../src/pages/settings/modules/consciousness.vue | 2 +- apps/stage-web/src/pages/settings/modules/consciousness.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/stage-tamagotchi/src/components/ChatHistory.vue b/apps/stage-tamagotchi/src/components/ChatHistory.vue index 39606b900..de7616330 100644 --- a/apps/stage-tamagotchi/src/components/ChatHistory.vue +++ b/apps/stage-tamagotchi/src/components/ChatHistory.vue @@ -75,7 +75,7 @@ onTokenLiteral(async () => {
- Called {{ slice.toolCall.function.name }} + Called: {{ slice.toolCall.function.name }}
diff --git a/apps/stage-tamagotchi/src/pages/settings/modules/consciousness.vue b/apps/stage-tamagotchi/src/pages/settings/modules/consciousness.vue index 90eb5a8ad..d06fa1b26 100644 --- a/apps/stage-tamagotchi/src/pages/settings/modules/consciousness.vue +++ b/apps/stage-tamagotchi/src/pages/settings/modules/consciousness.vue @@ -139,7 +139,7 @@ function updateCustomModelName(value: string) {