diff --git a/README.md b/README.md index f383202..aa5932e 100644 --- a/README.md +++ b/README.md @@ -422,7 +422,7 @@ OWL includes an intuitive web-based user interface that makes it easier to inter ```bash # Start the Chinese version -python run_app.py +python run_app_zh.py # Start the English version python run_app_en.py diff --git a/README_zh.md b/README_zh.md index 74ffa60..e730b2f 100644 --- a/README_zh.md +++ b/README_zh.md @@ -413,7 +413,8 @@ assistant_agent_kwargs = {"model": models["assistant"], "tools": tools} OWL 现在包含一个基于网页的用户界面,使与系统交互变得更加容易。要启动网页界面,请运行: ```bash -python run_app.py +# 中文版本 +python run_app_zh.py # 英文版本 python run_app_en.py