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 0307ed5 commit b6102b3Copy full SHA for b6102b3
tests/index.test.ts
@@ -791,7 +791,7 @@ describe('retries', () => {
791
} catch (error: any) {
792
expect(error).toBeInstanceOf(Error);
793
expect(error.message).toEqual(
794
- 'Missing credentials. Please pass one of `apiKey` and `tokenProvider`, or set the `OPENAI_API_KEY` environment variable.',
+ 'Missing credentials. Please pass an `apiKey`, or set the `OPENAI_API_KEY` environment variable.',
795
);
796
}
797
});
0 commit comments