We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd60d31 + acefd55 commit ca2d71bCopy full SHA for ca2d71b
trustrag/modules/deepsearch/pipeline.py
@@ -82,7 +82,7 @@ async def main(
82
console.print(
83
Panel.fit(
84
"[bold blue]Deep Research Assistant[/bold blue]\n"
85
- "[dim]An AI-powered research tool[/dim]"
+ "[dim]An AI-powered research tool by TrustRAG[/dim]"
86
)
87
88
@@ -107,7 +107,7 @@ async def main(
107
depth = int((await async_prompt(depth_prompt)) or "2")
108
console.print()
109
110
- # # First show progress for research plan
+ # # research plan
111
# console.print("\n[yellow]创建研究计划的链路...[/yellow]")
112
# follow_up_questions = await generate_feedback(query, client, model)
113
#
0 commit comments