Skip to content

Commit

Permalink
Upgrade deps & add gpt-4o-mini to price calculator (#44)
Browse files Browse the repository at this point in the history
* Upgrade dependencies to latest versions

* Add gpt-4o-mini to pricing calculator
  • Loading branch information
rileytomasek authored Jul 19, 2024
1 parent 1b4d2aa commit 7e3389a
Show file tree
Hide file tree
Showing 4 changed files with 759 additions and 664 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,36 +65,36 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@fastify/deepmerge": "^1.3.0",
"@fastify/deepmerge": "^2.0.0",
"dedent": "^1.5.3",
"hash-object": "^5.0.1",
"jsonrepair": "^3.8.0",
"ky": "^1.2.4",
"openai-fetch": "2.0.3",
"ky": "^1.4.0",
"openai-fetch": "2.0.4",
"p-map": "^7.0.2",
"p-throttle": "^6.1.0",
"parse-json": "^8.1.0",
"pinecone-client": "^2.0.0",
"tiktoken": "^1.0.15",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.0",
"zod-to-json-schema": "^3.23.1",
"zod-validation-error": "^3.3.0"
},
"devDependencies": {
"@dexaai/eslint-config": "^0.4.0",
"@sentry/node": "^8.7.0",
"@types/node": "^20.12.12",
"@sentry/node": "^8.19.0",
"@types/node": "^20.14.11",
"dotenv-cli": "^7.4.2",
"eslint": "^8.54.0",
"globby": "^14.0.1",
"np": "^10.0.5",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"tsx": "^4.10.5",
"type-fest": "4.18.2",
"np": "^10.0.7",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsx": "^4.16.2",
"type-fest": "4.22.1",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^4.0.0-next.25",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
Expand Down
Loading

0 comments on commit 7e3389a

Please sign in to comment.