Skip to content

Commit

Permalink
Sort AI bots in settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored and sunner committed Apr 20, 2024
1 parent 0ad8832 commit 16f9109
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/SettingsModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,18 +146,20 @@ const botSettings = [
{ brand: "bard", component: BardBotSettings },
{ brand: "bingChat", component: BingChatBotSettings },
{ brand: "characterAI", component: CharacterAIBotSettings },
{ brand: "chatGpt", component: ChatGPTBotSettings },
{ brand: "chatGlm", component: ChatGLMBotSettings },
{ brand: "chatGpt", component: ChatGPTBotSettings },
{ brand: "claudeAi", component: ClaudeAIBotSettings },
{ brand: "claudeApi", component: ClaudeAPIBotSettings },
{ brand: "falcon", component: Falcon180bBotSettings },
{ brand: "geminiApi", component: GeminiAPIBotSettings },
{ brand: "gradio", component: GradioAppBotSettings },
{ brand: "groqApi", component: GroqAPIBotSettings },
{ brand: "huggingChat", component: HuggingChatBotSettings },
{ brand: "kimi", component: KimiBotSettings },
{ brand: "lmsys", component: LMSYSBotSettings },
{ brand: "mistral", component: MistralBotSettings },
{ brand: "moss", component: MOSSBotSettings },
{ brand: "openaiApi", component: OpenAIAPIBotSettings },
{ brand: "geminiApi", component: GeminiAPIBotSettings },
{ brand: "perplexity", component: PerplexityBotSettings },
{ brand: "phind", component: PhindBotSettings },
{ brand: "pi", component: PiBotSettings },
Expand All @@ -167,8 +169,6 @@ const botSettings = [
{ brand: "spark", component: SparkBotSettings },
{ brand: "wenxinQianfan", component: WenxinQianfanBotSettings },
{ brand: "youChat", component: YouChatBotSettings },
{ brand: "claudeApi", component: ClaudeAPIBotSettings },
{ brand: "groqApi", component: GroqAPIBotSettings },
];
const proxy = ProxySettings;
Expand Down

0 comments on commit 16f9109

Please sign in to comment.