You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- in app streaming of generating stories using node module
- increase temp for story-writer to 1
- can export generated stories to a PDF
Signed-off-by: tylerslaton <mtslaton1@gmail.com>
Story Book is a web application that has an interface for users to input a prompt and number of pages. This information then generates a story based on the prompt. All generation is done using GPTScript on the backend.
4
+
5
+
## Usage Instructions
6
+
7
+
1. Make sure you have at least Node v20.11.1 installed. If you don't, you can install it [here](https://nodejs.org/en/download).
8
+
9
+
2. Navigate to the `examples/story-book` directory.
10
+
11
+
```bash
12
+
cd examples/story-book
13
+
```
14
+
15
+
3. Start the Nuxt application by running the following commands:
16
+
17
+
```bash
18
+
npm i
19
+
npm run dev
20
+
```
21
+
22
+
4. Navigate to `http://localhost:3000` in your browser.
<UTextarea:ui="{base: 'h-[20vh]'}"size="xl"class=""v-model="state.prompt"label="Prompt"placeholder="Put your full story here or prompt for a new one"/>
0 commit comments