v1.2.2 - Fix network error on background, auto-retry streaming with reconnect
This commit is contained in:
56
node_modules/@nicepkg/gpt-runner/package.json
generated
vendored
Normal file
56
node_modules/@nicepkg/gpt-runner/package.json
generated
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "@nicepkg/gpt-runner",
|
||||
"version": "1.2.9",
|
||||
"description": "Provides the defineConfig function and UserConfig type to enable type-checked configuration of the gptr.config.ts file, forming a crucial part of the GPT-Runner package designed to enhance AI-driven development workflows.",
|
||||
"author": "Jinming Yang <2214962083@qq.com>",
|
||||
"license": "MIT",
|
||||
"funding": "https://github.com/sponsors/2214962083",
|
||||
"homepage": "https://github.com/nicepkg/gpt-runner#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nicepkg/gpt-runner"
|
||||
},
|
||||
"sponsor": {
|
||||
"url": "https://github.com/sponsors/2214962083"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/nicepkg/gpt-runner/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"gpt-runner",
|
||||
"langchain",
|
||||
"chatgpt",
|
||||
"prompt",
|
||||
"ai",
|
||||
"storybook",
|
||||
"openai",
|
||||
"huggingFace",
|
||||
"anthropic"
|
||||
],
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.cjs"
|
||||
}
|
||||
},
|
||||
"main": "./dist/index.cjs",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"dist/",
|
||||
"LICENSE",
|
||||
"*.md"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=16.15.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nicepkg/gpt-runner-shared": "1.2.9"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "unbuild",
|
||||
"stub": "unbuild --stub"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user