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 83e3580 commit 20176fdCopy full SHA for 20176fd
README.md
@@ -32,7 +32,7 @@ const { Configuration, OpenAIApi } = require("openai");
32
33
const configuration = new Configuration({
34
apiKey: process.env.OPENAI_API_KEY,
35
-+ basePath: 'http://localhost:8787/proxy',
++ basePath: 'http://localhost:8787/proxy', // point to local instance or Cloudflare deployment
36
});
37
const openai = new OpenAIApi(configuration);
38
```
0 commit comments