mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-02 06:00:56 +08:00
feat(agent): expand LLM provider and wizard support
This commit is contained in:
@@ -98,7 +98,7 @@ async def get_llm_providers(
|
||||
返回前端可直接渲染的 provider 目录。
|
||||
"""
|
||||
try:
|
||||
providers = LLMProviderManager().list_providers()
|
||||
providers = await LLMProviderManager().list_providers_async()
|
||||
return schemas.Response(success=True, data=providers)
|
||||
except Exception as err:
|
||||
return schemas.Response(success=False, message=str(err))
|
||||
|
||||
Reference in New Issue
Block a user