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

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

Changing name of script to be more descriptive; adding in README file; changing instruction/prompt to use British spell, as found the chatbot was defaulting to US spelling, and this felt a bit odd in the reponses given out about the venue

File size: 372 bytes
Line 
1To add in the NodeJS packages into the self-contained NodeJS used in
2this GS3 installation:
3
4 npm install
5
6Create a .env file of the form:
7----
8OPENAI_API_KEY=sk-????????????????????????????????????????????????
9ORGANIZATION_ID=org-????????????????????????
10----
11
12Run:
13
14 ./create-openai-assistant.js
15
16To see usage of how to run the command to create an OpenAI assistant.
17
Note: See TracBrowser for help on using the repository browser.