Add platform config website_url, admin tab, fix writer DB config fallback, add trigger endpoints
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ class Researcher:
|
||||
|
||||
风格:说人话,直击要点,像资深编辑在给作者做 briefing。避免「首先其次最后」「综上所述」。直接输出内容,不要输出思考过程。"""
|
||||
try:
|
||||
return call_llm(prompt, temperature=0.5, max_tokens=1200, system_prompt="你是一个行业研究员,擅长从案例中发现真洞察。")
|
||||
return call_llm(prompt, temperature=0.5, system_prompt="你是一个行业研究员,擅长从案例中发现真洞察。")
|
||||
except Exception as e:
|
||||
logger.warning(f"LLM 研究发现摘要生成失败: {e}")
|
||||
return ""
|
||||
|
||||
Reference in New Issue
Block a user