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 041f2a6 commit 8438c2cCopy full SHA for 8438c2c
README.md
@@ -434,7 +434,7 @@ import { fetch } from 'undici'; // as one example
434
import OpenAI from 'openai';
435
436
const client = new OpenAI({
437
- fetch: async (url: RequestInfo, init?: RequestInfo): <Response> => {
+ fetch: async (url: RequestInfo, init?: RequestInfo): Response => {
438
console.log('About to make request', url, init);
439
const response = await fetch(url, init);
440
console.log('Got response', response);
0 commit comments