This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
Add react hook to openai module #111
Annotations
5 errors and 1 warning
src/llms/openai.ts#L437
Type string trivially inferred from a string literal, remove type annotation
|
src/llms/openai.ts#L438
Type number trivially inferred from a number literal, remove type annotation
|
src/llms/openai.ts#L460
React Hook useCallback has unnecessary dependencies: 'messages', 'model', and 'temperature'. Either exclude them or remove the dependency array
|
src/llms/openai.ts#L542
Newline required at end of file but not found
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading