Skip to content

Commit

Permalink
Add appdir argument to avoid conflicting with older .autogenstudio ho…
Browse files Browse the repository at this point in the history
…me directory files.
  • Loading branch information
ekzhu committed Jan 13, 2025
1 parent f45a5a8 commit f740e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Use AutoGen Studio to prototype and run multi-agent workflows without writing co

```bash
# Run AutoGen Studio on http://localhost:8080
autogenstudio ui --port 8080
autogenstudio ui --port 8080 --appdir ./my-app
```

## Why Use AutoGen?
Expand Down
2 changes: 1 addition & 1 deletion python/packages/autogen-core/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Built on AgentChat.

```bash
pip install autogenstudio
autogenstudio ui --port 8080
autogenstudio ui --port 8080 --appdir ./myapp
```

+++
Expand Down

0 comments on commit f740e2c

Please sign in to comment.