4267e81b by John O'nel Bulos

35129_compliance_chatbotplus

1 parent 47196b21
Showing 1 changed file with 5 additions and 5 deletions
......@@ -386,7 +386,7 @@ async function authenticate(params) {
"Content-Type": "application/json"
},
body: JSON.stringify(params),
referrer: "https://chatgpt.ai-pro.org"
referrer: "https://chatbotplus.ai-pro.org"
});
return await data.json();
......@@ -400,7 +400,7 @@ async function getLimitedUsage(params) {
"Content-Type": "application/json"
},
body: JSON.stringify(params),
referrer: "https://chatgpt.ai-pro.org"
referrer: "https://chatbotplus.ai-pro.org"
});
return await data.json();
......@@ -413,7 +413,7 @@ async function getUsage(params) {
"Content-Type": "application/json"
},
body: JSON.stringify(params),
referrer: "https://chatgpt.ai-pro.org"
referrer: "https://chatbotplus.ai-pro.org"
});
return await data.json();
......@@ -426,7 +426,7 @@ async function setUsage(params) {
"Content-Type": "application/json"
},
body: JSON.stringify(params),
referrer: "https://chatgpt.ai-pro.org"
referrer: "https://chatbotplus.ai-pro.org"
});
}
async function setChatUsage(params) {
......@@ -437,7 +437,7 @@ async function setChatUsage(params) {
"Content-Type": "application/json"
},
body: JSON.stringify(params),
referrer: "https://chatgpt.ai-pro.org"
referrer: "https://chatbotplus.ai-pro.org"
});
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!