diff --git a/dashboard/src/components/chat/ChatInput.vue b/dashboard/src/components/chat/ChatInput.vue
index 53e1e30c0..1f6e634b2 100644
--- a/dashboard/src/components/chat/ChatInput.vue
+++ b/dashboard/src/components/chat/ChatInput.vue
@@ -26,7 +26,9 @@
:initial-config-id="props.configId"
@config-changed="handleConfigChange"
/>
-
+
+
+
@@ -84,8 +86,8 @@
+
+
diff --git a/dashboard/src/components/chat/ProviderModelSelector.vue b/dashboard/src/components/chat/ProviderModelSelector.vue
deleted file mode 100644
index 5e4ad11aa..000000000
--- a/dashboard/src/components/chat/ProviderModelSelector.vue
+++ /dev/null
@@ -1,405 +0,0 @@
-
-
-
-
- mdi-creation
- {{ selectedProviderId }} / {{ selectedModelName }}
-
-
- 选择模型
-
-
-
-
-
-
- 选择提供商和模型
-
-
-
-
-
-
-
-
- {{ provider.id }}
- {{ provider.api_base
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ model.name }}
-
-
- mdi-eye-outline
-
-
- mdi-wrench
-
-
- mdi-brain
-
- {{ formatContextLimit(model.metadata) }}
-
-
-
-
-
-
-
-
-
-
- 取消
-
- 确认选择
-
-
-
-
-
-
-
-
-
-