We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911720f commit d27248cCopy full SHA for d27248c
demos/palm/python/docs-agent/README.md
@@ -603,6 +603,10 @@ To launch the Docs Agent chat app, do the following:
603
already running on port 5000 on your host machine, you can use the `-p` flag to specify
604
a different port (for example, `poetry run ./chatbot/launch.sh -p 5050`).
605
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
+
610
Once the app starts running, this command prints output similar to the following:
611
612
```
0 commit comments