Skip to content

Commit c1ff21e

Browse files
committed
fix: Address review feedback on OpenAI provider
- Remove accidentally committed package-lock.json (37k lines) and add it to .gitignore -- this is a Yarn 4.5.1 workspace project - Log a warning when AI_EXTRA_BODY custom fetch cannot parse the request body as JSON, instead of silently forwarding it unmodified
1 parent 31e11f6 commit c1ff21e

File tree

3 files changed

+4
-37407
lines changed

3 files changed

+4
-37407
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ packages/app/next-env.d.ts
5151

5252
# optional npm cache directory
5353
**/.npm
54+
package-lock.json
5455

5556
# dependency directories
5657
**/node_modules

0 commit comments

Comments
 (0)