adding info about basic auth

This commit is contained in:
Raven Scott
2023-03-27 05:02:55 +02:00
parent ebf1d675f1
commit e08e8f6f93
4 changed files with 13 additions and 3 deletions

View File

@ -6,6 +6,9 @@ const readFile = util.promisify(jsonfile.readFile);
let sessionID;
let isProcessing = false; // Semaphore variable
// TODO: Chose an http client and stick with it.
// Axios Vs Unirest - TBD
module.exports = {
name: 'chat',
description: 'Chat with Alpaca using rAI',