Skip to content

Commit 20176fd

Browse files
committed
Update README.md
1 parent 83e3580 commit 20176fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const { Configuration, OpenAIApi } = require("openai");
3232

3333
const configuration = new Configuration({
3434
apiKey: process.env.OPENAI_API_KEY,
35-
+ basePath: 'http://localhost:8787/proxy',
35+
+ basePath: 'http://localhost:8787/proxy', // point to local instance or Cloudflare deployment
3636
});
3737
const openai = new OpenAIApi(configuration);
3838
```

0 commit comments

Comments
 (0)