Skip to content

Commit

Permalink
update OpenAI schemas (#3854)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Oct 29, 2024
1 parent 70dd4d7 commit b521577
Show file tree
Hide file tree
Showing 14 changed files with 5,389 additions and 3,773 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-masks-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/ai-openai": patch
---

update OpenAI schemas
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitest/browser": "^2.0.5",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/expect": "^2.0.5",
"@vitest/web-worker": "^2.0.5",
"@vitest/browser": "^2.1.4",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/expect": "^2.1.4",
"@vitest/web-worker": "^2.1.4",
"ast-types": "^0.14.2",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"eslint": "^9.9.1",
Expand All @@ -80,12 +80,9 @@
"tsx": "^4.17.0",
"typescript": "^5.6.2",
"vite": "^5.4.0",
"vitest": "^2.0.5"
"vitest": "^2.1.4"
},
"pnpm": {
"overrides": {
"vitest": "^2.0.5"
},
"patchedDependencies": {
"@changesets/[email protected]": "patches/@[email protected]",
"@changesets/[email protected]": "patches/@[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions packages/ai/openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"@effect/experimental": "workspace:^",
"@effect/platform": "workspace:^",
"@effect/platform-node": "workspace:^",
"@tim-smart/openapi-gen": "^0.2.0",
"@tim-smart/openapi-gen": "^0.3.0",
"effect": "workspace:^"
},
"dependencies": {
"gpt-tokenizer": "^2.2.3"
"gpt-tokenizer": "^2.5.1"
}
}
Loading

0 comments on commit b521577

Please sign in to comment.