fix(env): fix report agent api key error

This commit is contained in:
ghmark675
2025-11-06 17:21:47 +08:00
parent caa6c4885b
commit c6deecd568
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -779,5 +779,5 @@ def create_agent(config_file: Optional[str] = None) -> DeepSearchAgent:
Returns:
DeepSearchAgent实例
"""
config = settings
config = Settings()
return DeepSearchAgent(config)