Skip to content

Commit

Permalink
examples: minot updates to storytelling-chatbot instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed May 20, 2024
1 parent 83812f2 commit 1c8b9d8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions examples/storytelling-chatbot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Adds pictures to our story (really fast!) Prompting is quite key for style consi
**Install requirements**

```shell
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

Expand All @@ -52,7 +54,7 @@ This project uses a custom frontend, which needs to built. Note: this is done au

```shell
cd frontend/
npm install / yarn
npm install
npm run build
```

Expand All @@ -68,12 +70,7 @@ If you'd like to run a custom domain or port:

`python src/server.py --host somehost --p 7777`

➡️ Open the host URL in your browser

> [!IMPORTANT]
> Whilst working on the frontend code, please `yarn run dev`
> and open the NextJS hosted service vs. the Python server.
> (Usually localhost:3000.)
➡️ Open the host URL in your browser `http://localhost:7860`

---

Expand Down

0 comments on commit 1c8b9d8

Please sign in to comment.