Skip to content
  • 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
Merged
Merge Request !100 opened 2024-05-03 06:29:47 UTC by Leff Tubat@leff

30852 chatbot chatgpt

Edited 2024-05-09 02:08:47 UTC
Request to merge 30852_chatbot_chatgpt into master
×

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b 30852_chatbot_chatgpt origin/30852_chatbot_chatgpt

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git checkout master
git merge --no-ff 30852_chatbot_chatgpt

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Merged

The changes were merged into master.

  • Discussion 2
  • Commits 7
  • Changes 4
  • {{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Leff Tubat
    @leff

    added 1 commit

    • eccfda0c - Removed util

    Compare with previous version

    2024-05-03 07:09:50 UTC

    added 1 commit

    • eccfda0c - Removed util

    Compare with previous version

    Toggle commit list
  • Leff Tubat
    @leff

    added 1 commit

    • 2f5edb71 - Fixed issue

    Compare with previous version

    2024-05-03 09:45:57 UTC

    added 1 commit

    • 2f5edb71 - Fixed issue

    Compare with previous version

    Toggle commit list
  • Leff Tubat
    @leff

    added 1 commit

    • f2babbf6 - Uncomment a condition

    Compare with previous version

    2024-05-03 09:46:55 UTC

    added 1 commit

    • f2babbf6 - Uncomment a condition

    Compare with previous version

    Toggle commit list
  • Toggle discussion
    Jonille Arreglo
    @jonille started a discussion on an outdated diff 2024-05-05 23:27:58 UTC
    index.js
    174 190 const moderation = await axios.post("https://api.openai.com/v1/moderations", {
    175 191 input: query_prompt
    176 192 }, { headers: { 'content-type': 'application/json', 'Authorization': `Bearer ${process.env.OPENAI_API_KEY}` } });
    177
    193
    194 const validate = await validation(aiwp_app_id, req, res);
    195 if(!validate) return;
    196 const { IS_FREE_USER, aiwp_logged_in, TRIED_USAGE} = validate;
    197 console.log({validate})
    • Jonille Arreglo
      @jonille commented 2024-05-05 23:27:58 UTC
      Developer

      please remove console log

  • Toggle discussion
    Jonille Arreglo
    @jonille started a discussion on an outdated diff 2024-05-05 23:28:25 UTC
    index.js
    303 331 }
    304 332 }
    305 333
    334 async function authenticate(params) {
    335 let data = await fetch(`${hostapi}/e/authenticate/v2`, {
    336 method: "POST",
    337 headers: {
    338 "Content-Type": "application/json"
    339 },
    340 body: JSON.stringify(params),
    341 referrer: "https://api.ai-pro.org"
    • Jonille Arreglo
      @jonille commented 2024-05-05 23:28:25 UTC
      Developer

      please change this to https://chatgpt.ai-pro.org

  • Leff Tubat
    @leff

    added 1 commit

    • ca7417ef - Removed unused dependencies

    Compare with previous version

    2024-05-06 01:16:10 UTC

    added 1 commit

    • ca7417ef - Removed unused dependencies

    Compare with previous version

    Toggle commit list
  • Leff Tubat
    @leff

    added 1 commit

    • cbee02a0 - Removed console.log and changed referrer url

    Compare with previous version

    2024-05-06 01:27:34 UTC

    added 1 commit

    • cbee02a0 - Removed console.log and changed referrer url

    Compare with previous version

    Toggle commit list
  • Administrator
    @baytech

    unmarked as a Work In Progress

    2024-05-09 02:08:43 UTC

    unmarked as a Work In Progress

    Toggle commit list
  • Administrator
    @baytech

    merged

    2024-05-09 02:08:47 UTC

    merged

    Toggle commit list
  • Administrator
    @baytech

    mentioned in commit 235e9839

    2024-05-09 02:08:47 UTC

    mentioned in commit 235e9839

    Toggle commit list
  • Write
  • Preview
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
  • Please register or sign in to post a comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
3
3 participants
Reference: baytech/chatgpt.ai-pro.org!100
×

Revert this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.
×

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.