Use javascript functions for prompt completions instead of templated json
This commit is contained in:
10
package.json
10
package.json
@@ -11,7 +11,7 @@
|
||||
"postinstall": "prisma generate",
|
||||
"lint": "next lint",
|
||||
"start": "next start",
|
||||
"codegen": "tsx src/codegen/export-openai-schema.ts"
|
||||
"codegen": "tsx src/codegen/export-openai-types.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/next-js": "^2.1.4",
|
||||
@@ -19,7 +19,7 @@
|
||||
"@emotion/react": "^11.11.1",
|
||||
"@emotion/server": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@monaco-editor/react": "^4.5.1",
|
||||
"@monaco-editor/loader": "^1.3.3",
|
||||
"@next-auth/prisma-adapter": "^1.0.5",
|
||||
"@prisma/client": "^4.14.0",
|
||||
"@t3-oss/env-nextjs": "^0.3.1",
|
||||
@@ -33,10 +33,13 @@
|
||||
"concurrently": "^8.2.0",
|
||||
"cors": "^2.8.5",
|
||||
"dayjs": "^1.11.8",
|
||||
"dedent": "^1.0.1",
|
||||
"dotenv": "^16.3.1",
|
||||
"express": "^4.18.2",
|
||||
"framer-motion": "^10.12.17",
|
||||
"gpt-tokens": "^1.0.10",
|
||||
"immer": "^10.0.2",
|
||||
"isolated-vm": "^4.5.0",
|
||||
"json-stringify-pretty-compact": "^4.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"next": "^13.4.2",
|
||||
@@ -74,9 +77,12 @@
|
||||
"eslint": "^8.40.0",
|
||||
"eslint-config-next": "^13.4.2",
|
||||
"eslint-plugin-unused-imports": "^2.0.0",
|
||||
"openapi-typescript": "^6.3.4",
|
||||
"prettier": "^3.0.0",
|
||||
"prisma": "^4.14.0",
|
||||
"raw-loader": "^4.0.2",
|
||||
"typescript": "^5.0.4",
|
||||
"vitest": "^0.33.0",
|
||||
"yaml": "^2.3.1"
|
||||
},
|
||||
"ct3aMetadata": {
|
||||
|
||||
Reference in New Issue
Block a user