Skip to content

Commit d27248c

Browse files
authored
fixed documentation for docs-agent demo (google#183)
* fixed documentation for docs-agent demo * Update README.md
1 parent 911720f commit d27248c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demos/palm/python/docs-agent/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,10 @@ To launch the Docs Agent chat app, do the following:
603603
already running on port 5000 on your host machine, you can use the `-p` flag to specify
604604
a different port (for example, `poetry run ./chatbot/launch.sh -p 5050`).
605605

606+
**Note**: If this `poetry run ./chatbot/launch.sh` command fails to run, check the `HOSTNAME` environment
607+
variable on your host machine (for example, `echo $HOSTNAME`). If this variable is unset, try setting it to
608+
`localhost` by running `export HOSTNAME=localhost`.
609+
606610
Once the app starts running, this command prints output similar to the following:
607611

608612
```

0 commit comments

Comments
 (0)