From 7328ae56bca5653691d07f660303d246ddb80c26 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Thu, 6 Apr 2023 11:59:51 +0300 Subject: [PATCH] License note for poe-client --- poe-client.js | 20 ++++++++++++++++++++ readme.md | 4 +++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/poe-client.js b/poe-client.js index a22f791f1..5bb035f9c 100644 --- a/poe-client.js +++ b/poe-client.js @@ -1,3 +1,23 @@ +/* +Adapted and rewritten to Node based on ading2210/poe-api + +ading2210/poe-api: a reverse engineered Python API wrapper for Quora's Poe +Copyright (C) 2023 ading2210 + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + const WebSocket = require('ws'); const axios = require('axios'); const fs = require('fs'); diff --git a/readme.md b/readme.md index f276c0fa4..ae6617e74 100644 --- a/readme.md +++ b/readme.md @@ -124,4 +124,6 @@ Contact us on Discord: Cohee#1207 or RossAscends#1779 * RossAscends' additions: Public domain * Portions of CncAnon's TavernAITurbo mod: Unknown license * Thanks oobabooga for compiling presets for TextGen -* poe-api client adapted from https://github.com/ading2210/poe-api (GPL v3) \ No newline at end of file +* poe-api client adapted from https://github.com/ading2210/poe-api (GPL v3) +* GraphQL files for poe: https://github.com/muharamdani/poe (ISC License) +* KoboldAI Presets from KAI Lite: https://lite.koboldai.net/ \ No newline at end of file