Skip to content

Commit 97d3d6b

Browse files
authored
Update README.md
1 parent f21165a commit 97d3d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Set up your redis secrets based on instructions in `wrangler.toml`.
2121

2222
### Usage
2323

24-
Start the proxy server (will start at http://localhost:8787 by default):
24+
Start the proxy server at http://localhost:8787 with:
2525

2626
```
2727
yarn start
2828
```
2929

30-
Then, in your [openai/openai-node](https://github.com/openai/openai-node) configuration, pass in the new `basePath` so that it sends requests through your proxy rather than directly to OpenAI:
30+
Then, in your separate project where you have your [openai/openai-node](https://github.com/openai/openai-node) configuration, pass in the new `basePath` so that it sends requests through your proxy rather than directly to OpenAI:
3131

3232
```diff
3333
const { Configuration, OpenAIApi } = require("openai");

0 commit comments

Comments
 (0)