Skip to content

Commit ca2d71b

Browse files
Merge pull request #131 from gomate-community/pipeline
feature@support deepresearch-cli
2 parents fd60d31 + acefd55 commit ca2d71b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trustrag/modules/deepsearch/pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async def main(
8282
console.print(
8383
Panel.fit(
8484
"[bold blue]Deep Research Assistant[/bold blue]\n"
85-
"[dim]An AI-powered research tool[/dim]"
85+
"[dim]An AI-powered research tool by TrustRAG[/dim]"
8686
)
8787
)
8888

@@ -107,7 +107,7 @@ async def main(
107107
depth = int((await async_prompt(depth_prompt)) or "2")
108108
console.print()
109109

110-
# # First show progress for research plan
110+
# # research plan
111111
# console.print("\n[yellow]创建研究计划的链路...[/yellow]")
112112
# follow_up_questions = await generate_feedback(query, client, model)
113113
#

0 commit comments

Comments
 (0)