diff --git a/VERSION b/VERSION
index 0fa4ae4..fbcbf73 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.3.0
\ No newline at end of file
+3.4.0
\ No newline at end of file
diff --git a/webui/src/features/apiTester/ApiTesterContainer.jsx b/webui/src/features/apiTester/ApiTesterContainer.jsx
index b5e4be8..fe80753 100644
--- a/webui/src/features/apiTester/ApiTesterContainer.jsx
+++ b/webui/src/features/apiTester/ApiTesterContainer.jsx
@@ -82,7 +82,7 @@ export default function ApiTesterContainer({ config, onMessage, authFetch }) {
})
return (
-
+
m.id === model) || models[0]
+ const SelectedModelIcon = selectedModel ? (iconMap[selectedModel.icon] || MessageSquare) : MessageSquare
return (
-
+
-
+
-
- {models.map(m => {
- const Icon = iconMap[m.icon] || MessageSquare
- return (
-
- )
- })}
+
+
+
+ {selectedModel && (
+
+
+
+
+
+
+
+ {selectedModel.name}
+
+
+ {selectedModel.desc}
+
+
+
+
+ {t('apiTester.modelPickerHint')}
+
+
+ )}
-
+
-
+
-