Skip to content

Commit

Permalink
revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
zyzhang1130 committed May 22, 2024
1 parent 3c58098 commit 56933fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agentscope/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To start a web UI, you can run the following python code:
import agentscope

agentscope.web.init(
path_save="YOUR_output_dir",
path_save="YOUR_SAVE_PATH"",
host="YOUR_WEB_IP", # defaults to 127.0.0.1
port=5000 # defaults to 5000
)
Expand Down

0 comments on commit 56933fe

Please sign in to comment.