chore(ConfigManager): try fetching model list even when no API key is provided
This commit is contained in:
@ -95,7 +95,6 @@
|
||||
|
||||
// Try to find available AI models based on selected provider
|
||||
const debouncedListAiModels = useDebounceFn(async () => {
|
||||
if (!config.value.ai.apiKey) return
|
||||
if (!aiApiBase.value || !aiApiBase.value.startsWith('http')) return
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user