We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20176fd commit 0b4534cCopy full SHA for 0b4534c
README.md
@@ -32,7 +32,8 @@ const { Configuration, OpenAIApi } = require("openai");
32
33
const configuration = new Configuration({
34
apiKey: process.env.OPENAI_API_KEY,
35
-+ basePath: 'http://localhost:8787/proxy', // point to local instance or Cloudflare deployment
++ // Point this to your local instance or Cloudflare deployment:
36
++ basePath: 'http://localhost:8787/proxy',
37
});
38
const openai = new OpenAIApi(configuration);
39
```
0 commit comments