Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Administrator
/
chatgpt.ai-pro.org
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
3
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4267e81b
authored
2025-03-07 16:18:28 +0800
by
John O'nel Bulos
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
35129_compliance_chatbotplus
1 parent
47196b21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
index.js
index.js
View file @
4267e81
...
...
@@ -386,7 +386,7 @@ async function authenticate(params) {
"Content-Type"
:
"application/json"
},
body
:
JSON
.
stringify
(
params
),
referrer
:
"https://chat
gpt
.ai-pro.org"
referrer
:
"https://chat
botplus
.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://chat
gpt
.ai-pro.org"
referrer
:
"https://chat
botplus
.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://chat
gpt
.ai-pro.org"
referrer
:
"https://chat
botplus
.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://chat
gpt
.ai-pro.org"
referrer
:
"https://chat
botplus
.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://chat
gpt
.ai-pro.org"
referrer
:
"https://chat
botplus
.ai-pro.org"
});
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment