openai-assistants
Version:
A very simple helper code for typescript that has all the basic stuff to interact and create openai assistants, threads, messages, etc
39 lines • 901 B
JSON
{
"name": "openai-assistants",
"version": "1.0.15",
"description": "A very simple helper code for typescript that has all the basic stuff to interact and create openai assistants, threads, messages, etc",
"main": "lib/ai_helper.js",
"scripts": {
"build": "tsc"
},
"type": "commonjs",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/Matiquiel/openai-assistants.git"
},
"imports": {
"openai-assistants": "."
},
"files": [
"lib/**"
],
"keywords": [
"openai",
"assistants",
"chatgpt",
"ai"
],
"author": "Matias Macotinsky",
"license": "ISC",
"bugs": {
"url": "https://github.com/Matiquiel/openai-assistants/issues"
},
"homepage": "https://github.com/Matiquiel/openai-assistants#readme",
"dependencies": {
"openai": "^4.40.0"
},
"devDependencies": {
"typescript": "^5.4.5"
}
}