Skip to content

Commit

Permalink
proxyless POC
Browse files Browse the repository at this point in the history
  • Loading branch information
capaj committed Apr 23, 2024
1 parent e6792ef commit d5ff9c9
Show file tree
Hide file tree
Showing 11 changed files with 1,493 additions and 100 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0",
"zod": "^3.22.4"
"vitest": "^1.5.0"
},
"module": "./dist/LangtailNode.mjs",
"types": "./dist/LangtailNode.d.ts",
Expand All @@ -51,7 +50,13 @@
"dist"
],
"dependencies": {
"openai": "^4.33.1"
"@asteasolutions/zod-to-openapi": "^7.0.0",
"@langtail/handlebars-evalless": "^0.0.1",
"date-fns": "^3.6.0",
"handlebars": "^4.7.8",
"openai": "^4.38.2",
"query-string": "^9.0.0",
"zod": "^3.23.0"
},
"tsup": {
"dts": true,
Expand Down
132 changes: 119 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d5ff9c9

Please sign in to comment.