update readme
This commit is contained in:
@ -31,9 +31,6 @@ module.exports = {
|
||||
'accept': 'text/event-stream',
|
||||
};
|
||||
|
||||
// The Auth stuff here is internal to my set up only and may be removed if you use this bot.
|
||||
// My chat GUI for Serge is locked down by basic auth in apache to safe guard from
|
||||
// Users issuing mulitple jobs at a time until there is some built in way to do so.
|
||||
const response = await axios.get(`http://${process.env.INTERNAL_IP}:8008/api/chat/${sessionID}`, {
|
||||
headers
|
||||
});
|
||||
|
Reference in New Issue
Block a user