Skip to content

Commit

Permalink
remove old xagent server startup
Browse files Browse the repository at this point in the history
  • Loading branch information
luyaxi committed Oct 23, 2023
1 parent 3676a5e commit 82bd203
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,6 @@ python run.py --task "put your task here" --model "gpt-4" --config_file "assets/
# We ran the web ui docker when building the ToolServer network
# run nginx in docker
docker exec XAgent-Server systemctl start nginx

# Also, you can start with python
# python3.10+ is required
cd XAgentServer
pip install -r requirements.txt
cd ..
python start_server.py
# You can run a web page with the following command as well:
cd ../XAgentWeb
npm install
npm run dev
```
Build the docker image for XAgent-Server and start the docker container.
You will see the XAgent Server listening on port `8090`.
Expand Down
11 changes: 0 additions & 11 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,6 @@ python run.py --task "put your task here" --model "gpt-4"
# 在ToolServer docker 时已经开启web ui docker了
# 只需新开一个命令行,开启docker中的 nginx
docker exec XAgent-Server systemctl start nginx

# 当然,您也可以通过下面的命令启动后端服务
# python3.10+ is required
cd XAgentServer
pip install -r requirements.txt
cd ..
python start_server.py
# 启动前端服务:
cd ../XAgentWeb
npm install
npm run dev
```
构建XAgent-Server的docker镜像并启动docker容器。
您将看到XAgent Server在端口`8090`上监听。
Expand Down

0 comments on commit 82bd203

Please sign in to comment.