fix: add requests to pip install & tune max_turns/prompt

This commit is contained in:
Jiaqing Liang
2026-04-23 17:21:05 +08:00
parent fd4c833511
commit 6091bf0c6f
4 changed files with 11 additions and 18 deletions

View File

@@ -79,7 +79,7 @@ git clone https://github.com/lsdefine/GenericAgent.git
cd GenericAgent
# 2. Install minimal dependencies
pip install streamlit pywebview
pip install requests streamlit pywebview
# 3. Configure API Key
cp mykey_template.py mykey.py
@@ -283,7 +283,7 @@ git clone https://github.com/lsdefine/GenericAgent.git
cd GenericAgent
# 2. 安装最小依赖
pip install streamlit pywebview
pip install requests streamlit pywebview
# 3. 配置 API Key
cp mykey_template.py mykey.py