kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
Fixed demo paths in docs
rodzic
ef15db3a0c
commit
a4beb2be66
|
@ -152,13 +152,13 @@ To run the included demos:
|
||||||
A [basic demo](./demos/demo.ts) is included for testing purposes:
|
A [basic demo](./demos/demo.ts) is included for testing purposes:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx tsx src/demo.ts
|
npx tsx demos/demo.ts
|
||||||
```
|
```
|
||||||
|
|
||||||
A [conversation demo](./demos/demo-conversation.ts) is also included:
|
A [conversation demo](./demos/demo-conversation.ts) is also included:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx tsx src/demo-conversation.ts
|
npx tsx demos/demo-conversation.ts
|
||||||
```
|
```
|
||||||
|
|
||||||
### Authentication
|
### Authentication
|
||||||
|
|
|
@ -150,13 +150,13 @@ To run the included demos:
|
||||||
A [basic demo](./demos/demo.ts) is included for testing purposes:
|
A [basic demo](./demos/demo.ts) is included for testing purposes:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx tsx src/demo.ts
|
npx tsx demos/demo.ts
|
||||||
```
|
```
|
||||||
|
|
||||||
A [conversation demo](./demos/demo-conversation.ts) is also included:
|
A [conversation demo](./demos/demo-conversation.ts) is also included:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx tsx src/demo-conversation.ts
|
npx tsx demos/demo-conversation.ts
|
||||||
```
|
```
|
||||||
|
|
||||||
### Authentication
|
### Authentication
|
||||||
|
|
Ładowanie…
Reference in New Issue