adding info about basic auth
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user