source: gs3-installations/thewillow/trunk/sites/thewillow/dlcol-chatgpt/create-assistant/package.json@ 38807

Last change on this file since 38807 was 38780, checked in by davidb, 3 months ago

Initial files for creating an assistant. Current functionality is to recursively read in a list of files from a directory (which will ultimately be uploaded to the OpenAI assistant

File size: 376 bytes
Line 
1{
2 "name": "dlcol-chatgpt-create-assistant",
3 "description": "Command-line program for creating a ChatGPT assistant using OpenAI's Assistant API, followed by uploading files exported from a Greenstone collection using 'export.pl -save_as OpenAI ...'",
4 "version": "0.0.1",
5 "private": true,
6 "dependencies": {
7 "dotenv": "^16.0.3",
8 "openai": "^4.28.0"
9 }
10}
Note: See TracBrowser for help on using the repository browser.