Use this folder to test the connectivity of the LLM Service.
- create
.env
file
# replace by your own
OPENAI_API_KEY="YOUR_TOKEN"
# more config
# ....
- run testing
npm install
npm run test
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Use this folder to test the connectivity of the LLM Service.
.env
file# replace by your own
OPENAI_API_KEY="YOUR_TOKEN"
# more config
# ....
npm install
npm run test