json-autocomplete
Version:
Complete unfinished JSON streamed in by LLMs (Like OpenAI's GPT)
33 lines (32 loc) • 749 B
JSON
{
"name": "json-autocomplete",
"version": "0.1.3",
"description": "Complete unfinished JSON streamed in by LLMs (Like OpenAI's GPT)",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"lib",
"README.md"
],
"keywords": [
"JSON",
"autocomplete",
"OpenAI",
"LLM",
"AI",
"streamed",
"socket.io"
],
"repository": {
"type": "git",
"url": "https://github.com/Operator-technology/json-autocomplete.git"
},
"bugs": {
"url": "https://github.com/Operator-technology/json-autocomplete/issues"
},
"homepage": "https://github.com/Operator-technology/json-autocomplete#readme",
"author": "Joel Tankard",
"license": "MIT"
}