mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
feat: expose AI agent flag in user global settings
This commit is contained in:
@@ -181,6 +181,7 @@ async def get_user_global_setting(_: User = Depends(get_current_active_user_asyn
|
|||||||
# 业务功能相关的配置字段
|
# 业务功能相关的配置字段
|
||||||
info = settings.model_dump(
|
info = settings.model_dump(
|
||||||
include={
|
include={
|
||||||
|
"AI_AGENT_ENABLE",
|
||||||
"RECOGNIZE_SOURCE",
|
"RECOGNIZE_SOURCE",
|
||||||
"SEARCH_SOURCE",
|
"SEARCH_SOURCE",
|
||||||
"AI_RECOMMEND_ENABLED",
|
"AI_RECOMMEND_ENABLED",
|
||||||
|
|||||||
Reference in New Issue
Block a user