Skip to content

Commit

Permalink
上线 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrayraykk authored Feb 26, 2024
1 parent d205ffc commit f50a7be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/game/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@

os.system("rm -rf /tmp/as_game")
# 运行游戏应用程序
os.system(f"python game_app.py -tod --name {game_name}")
os.system(f"python game_app.py -toc --name {game_name}")
4 changes: 2 additions & 2 deletions examples/game/game_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@ def update_publish_button(uid):
params = {'CONFIG_URL': file_url}
params_str = json.dumps(params)
# TODO: decide the final name
org = "agentscope_private"
fork_repo = "game"
org = "agentscope"
fork_repo = "game_qwen"
url = f"https://www.modelscope.cn/studios/fork?target=" \
f"{org}/{fork_repo}&overwriteEnv={parse.quote(params_str)}"
publish_btn_code = f"""
Expand Down

0 comments on commit f50a7be

Please sign in to comment.