We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c8833 commit 10b4f81Copy full SHA for 10b4f81
app/components/ConfigManager.vue
@@ -95,7 +95,6 @@
95
96
// Try to find available AI models based on selected provider
97
const debouncedListAiModels = useDebounceFn(async () => {
98
- if (!config.value.ai.apiKey) return
99
if (!aiApiBase.value || !aiApiBase.value.startsWith('http')) return
100
101
try {
0 commit comments