Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/python/hosts/weather_and_airbnb_planner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Run the airbnb agent server:
Open a new terminal and run the weather agent:

```bash
cd samples/multi_language/python_and_java_multiagent/weather_agent
cd samples/java/agents/weather_mcp
mvn quarkus:dev
```

Expand All @@ -152,7 +152,7 @@ Open a new terminal and run the host agent server:

## 5. Test using the UI

From your browser, navigate to <http://0.0.0.0:8083>.
From your browser, navigate to <http://localhost:8083>.

Here are example questions:

Expand Down