From d4291889ccac84d0717505289624f0615c052a01 Mon Sep 17 00:00:00 2001 From: zjrwtx <3038880699@qq.com> Date: Wed, 12 Mar 2025 11:45:24 +0800 Subject: [PATCH] update app readme --- README.md | 2 +- README_zh.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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