Skip to content

Commit 10b4f81

Browse files
committed
chore(ConfigManager): try fetching model list even when no API key is provided
1 parent 11c8833 commit 10b4f81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/ConfigManager.vue

-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
9696
// Try to find available AI models based on selected provider
9797
const debouncedListAiModels = useDebounceFn(async () => {
98-
if (!config.value.ai.apiKey) return
9998
if (!aiApiBase.value || !aiApiBase.value.startsWith('http')) return
10099
101100
try {

0 commit comments

Comments
 (0)