mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-05 17:21:50 +01:00
refactor(OpenAPIPlugin): add plugin prompt inspired by ChatGPT Invocator (#1023)
This commit is contained in:
parent
e7ca40b5ab
commit
d61e44742d
3 changed files with 9 additions and 5 deletions
|
|
@ -47,7 +47,7 @@
|
|||
"lint": "eslint \"{,!(node_modules)/**/}*.{js,jsx,ts,tsx}\"",
|
||||
"format": "prettier-eslint --write \"{,!(node_modules)/**/}*.{js,jsx,ts,tsx}\"",
|
||||
"b:api": "NODE_ENV=production bun run api/server/index.js",
|
||||
"b:api:dev": "NODE_ENV=development bun run --watch api/server/index.js",
|
||||
"b:api:dev": "NODE_ENV=production bun run --watch api/server/index.js",
|
||||
"b:data-provider": "cd packages/data-provider && bun run b:build",
|
||||
"b:client": "bun --bun run b:data-provider && cd client && bun --bun run b:build",
|
||||
"b:client:dev": "cd client && bun run b:dev",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue