Skip to content

Commit

Permalink
fix: missing Kimi settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sunner committed Mar 17, 2024
1 parent 1452617 commit 77b055a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/SettingsModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ import OpenAssistantBotSettings from "./BotSettings/OpenAssistantBotSettings.vue
import CharacterAIBotSettings from "./BotSettings/CharacterAIBotSettings.vue";
import ClaudeAIBotSettings from "./BotSettings/ClaudeAIBotSettings.vue";
import ChatGLMBotSettings from "./BotSettings/ChatGLMBotSettings.vue";
import KimiBotSettings from "./BotSettings/KimiBotSettings.vue";
import { resolveTheme, applyTheme, Mode } from "../theme";
Expand All @@ -148,6 +149,7 @@ const botSettings = [
{ brand: "falcon", component: Falcon180bBotSettings },
{ brand: "gradio", component: GradioAppBotSettings },
{ brand: "huggingChat", component: HuggingChatBotSettings },
{ brand: "kimi", component: KimiBotSettings },
{ brand: "lmsys", component: LMSYSBotSettings },
{ brand: "moss", component: MOSSBotSettings },
{ brand: "openaiApi", component: OpenAIAPIBotSettings },
Expand Down

0 comments on commit 77b055a

Please sign in to comment.