UNPKG

stream-gpt-data-extraction

Version:

The Stream GPT Data Extraction NPM package is a powerful tool that allows users to interact with OpenAI’s GPT-4 language model and stream text in real-time.

41 lines (40 loc) 1.09 kB
{ "name": "stream-gpt-data-extraction", "version": "0.1.1-BETA", "main": "index.js", "author": "jsbeaudry <jeansauvenel.beaudry@gmail.com>", "description": "The Stream GPT Data Extraction NPM package is a powerful tool that allows users to interact with OpenAI’s GPT-4 language model and stream text in real-time. ", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jsbeaudry/stream-gpt-data-extraction.git" }, "keywords": [ "npm", "extract", "valid", "objects", "chatgpt", "chatgpt-3", "chatgpt-4", "AI" ], "bugs": { "url": "https://github.com/jsbeaudry/stream-gpt-data-extraction/issues" }, "homepage": "https://github.com/jsbeaudry/stream-gpt-data-extraction#readme", "dependencies": {}, "devDependencies": { "sse.js": "^0.6.1", "@babel/core": "^7.22.9", "@babel/preset-env": "^7.22.9", "@babel/preset-react": "^7.22.5", "babel-jest": "^29.6.2", "jest": "^29.6.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, "scripts": { "test": "jest" } }