Update fluxai.js
Browse files
fluxai.js
CHANGED
@@ -9,9 +9,9 @@ if (!config.HUGGING_TOKEN) {
|
|
9 |
* @param {string} args - The input string
|
10 |
*/
|
11 |
async function schellwithflux(args) {
|
12 |
-
const
|
13 |
try {
|
14 |
-
const response = await fetch(
|
15 |
method: "POST",
|
16 |
headers: {
|
17 |
"Authorization": `Bearer ${config.HUGGING_TOKEN}`,
|
|
|
9 |
* @param {string} args - The input string
|
10 |
*/
|
11 |
async function schellwithflux(args) {
|
12 |
+
const EncodeBaseUrl = "aHR0cHM6Ly9hcGktaW5mZXJlbmNlLmh1Z2dpbmdmYWNlLmNvL21vZGVscy9ibGFjay1mb3Jlc3QtbGFicy9GTFVYLjEtc2NobmVsbA==";
|
13 |
try {
|
14 |
+
const response = await fetch(atob(EncodeBaseUrl), {
|
15 |
method: "POST",
|
16 |
headers: {
|
17 |
"Authorization": `Bearer ${config.HUGGING_TOKEN}`,
|