mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-28 08:14:48 +08:00
chore: change the project name
This commit is contained in:
4
main.py
4
main.py
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
Entry point script for the Lite Deep Researcher project.
|
||||
Entry point script for the Deer project.
|
||||
"""
|
||||
|
||||
import argparse
|
||||
@@ -76,7 +76,7 @@ def main(debug=False, max_plan_iterations=1, max_step_num=3):
|
||||
|
||||
if __name__ == "__main__":
|
||||
# Set up argument parser
|
||||
parser = argparse.ArgumentParser(description="Run the Lite Deep Researcher")
|
||||
parser = argparse.ArgumentParser(description="Run the Deer")
|
||||
parser.add_argument("query", nargs="*", help="The query to process")
|
||||
parser.add_argument(
|
||||
"--interactive",
|
||||
|
||||
Reference in New Issue
Block a user