xtekky / gpt4free

The official gpt4free repository | various collection of powerful language models
https://g4f.ai
GNU General Public License v3.0
60.15k stars 13.23k forks source link

suggest websites to reverse #40

Closed xtekky closed 1 month ago

xtekky commented 1 year ago

issue to suggest websites to reverse sites to look out for:

current ones:

suggested by @localuser-isback

suggested by @phamxtien

suggested by @kwekewk

@localuser-isback

all sites in https://github.com/gitzboy/testremote

hrizal commented 1 year ago

https://chatbot.theb.a

xtekky commented 1 year ago

@localuser-isback bing.com is already implemented:

xtekky commented 1 year ago

@hrizal

already implemented: https://github.com/xtekky/gpt4free/tree/main/unfinished/theb.ai

xtekky commented 1 year ago

@localuser-isback could you contact me in telegram or discord for the cloudflare bypass ? I have already done some reverse engineering on it and we could work together

Vaksoa commented 1 year ago

https://sincode.ai (Marve) https://huggingface.co/spaces/stabilityai/stablelm-tuned-alpha-chat https://gpt.cwumsy.cc/v1/chat/completions https://bettergpt-psi.vercel.app https://chat.lmsys.org https://open-assistant.io/chat https://jasper.ai/chat https://chat.forefront.ai https://andisearch.com https://you.com https://komo.ai https://neeva.com https://waldo.fyi

xtekky commented 1 year ago

@localuser-isback tekky#1810

DanielShemesh commented 1 year ago

https://beta.pickaxeproject.com/ a great site that now supports creating personalized Chatbots! It is limited I believe, but you can automate the process of signup and signin.

hemangjoshi37a commented 1 year ago

@xtekky,

I've discovered a few more websites that might be of interest for this project. Here's a list of the sites I've found:

https://ai-assistant.netlify.app

Additionally, I've developed a Python script that can help you automate the process of extracting API endpoints from these websites. Please find the script below:

import requests
from bs4 import BeautifulSoup

websites = [
    "https://ai-assistant.netlify.app"
]

for website in websites:
    response = requests.get(website)
    soup = BeautifulSoup(response.content, 'html.parser')
    for link in soup.find_all('a'):
        href = link.get('href')
        if href.startswith('/api') or href.startswith('http'):
            print(f"Found API endpoint for {website}: {href}")

Feel free to use this script to gather more API endpoints for the project. If you have any questions or need further assistance, please don't hesitate to ask.

Best regards.

Vaksoa commented 1 year ago

https://github.com/FoxGPT/gpt

wingeva1986 commented 1 year ago

https://www.perplexity.ai (better than gpt-3.5)

playing4living commented 1 year ago

Im going to be releasing an API that can bypass cloudflare and give you a working cf_clearance token so we can use it to actually send requests to cloudflare protected sites 👍

It's awesome! Can't wait to see that API!

spacewalkingninja commented 1 year ago

Im going to be releasing an API that can bypass cloudflare and give you a working cf_clearance token so we can use it to actually send requests to cloudflare protected sites 👍

It's awesome! Can't wait to see that API!

I actually have it working right now and have tested with xtekky and it does work! just planning to get it on a server & domain!

Can you upload it to github pls! Thanks a lot.

Malte0621 commented 1 year ago

How about https://chat.openai.com/ 🤔 (I managed to make a python cli for it lol.. But I don't use it anymore .-.)

(Edit: Someone told me that cloudflare might have blocked datacenter IPs from using it, so ig its maybe useless.. Oh well, I pay for the API nowdays .-.)

Aze1337 commented 1 year ago

I was wondering for the Cloudflare version, can you not just open a web browser which completes the JavaScript challenge & save the cookies for further http requests ?

Aze1337 commented 1 year ago

I'd also like to add that you might not want to abuse those services because someone is paying for what you get as "free requests", I would understand that if you are really poor and you want to test a business idea or whatever, but dont abuse it for a long time because someone will pay the bill at the end of the day.

xtekky commented 1 year ago

I don't use this repo myself, and the terms which you agree to when using this repo say that I am not liable for any action made by users or this repo.

Which means, I costed nothing to these sites

tiagorangel2011 commented 1 year ago

Here are some more:

upintheairsheep commented 1 year ago

Snapchat AI

Quynh04 commented 1 year ago

Vào Th 2, 1 thg 5, 2023 lúc 01:33 playing4living @.***> đã viết:

Im going to be releasing an API that can bypass cloudflare and give you a working cf_clearance token so we can use it to actually send requests to cloudflare protected sites 👍

It's awesome! Can't wait to see that API!

— Reply to this email directly, view it on GitHub https://github.com/xtekky/gpt4free/issues/40#issuecomment-1529110270, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7P523RPRCCQAGQKP5HDAFTXD2V7VANCNFSM6AAAAAAXCQX4QI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

hemangjoshi37a commented 1 year ago

Is the GPT4 model the best according to you guys or is there any even better model for resoning and coding? is llama or alpaca better than GPT4 considering the reasoning capabilities? If anyone has done such comparison please let me know. I want to use it for pregramming and coding help.

cabfile commented 1 year ago

here's one: https://www.chatgptunli.com/chatgpt/

SylveonDeko commented 1 year ago

Why are there no c# wrappers for any of these???

tiagorangel2011 commented 1 year ago

Or JavaScript (I know that you can just setup a flask server for that, but would it better to have direct integration)

zahir2000 commented 1 year ago

Is the GPT4 model the best according to you guys or is there any even better model for resoning and coding? is llama or alpaca better than GPT4 considering the reasoning capabilities? If anyone has done such comparison please let me know. I want to use it for pregramming and coding help.

The open source models have not yet reached the level of GPT4. Recently WizardVicunaLM showed unofficial competing results against gpt3.5 and MPT with a whopping 65K+ token generation

TheLime1 commented 1 year ago

free chatgpt4 here : https://huggingface.co/spaces/ysharma/ChatGPT4

HirCoir commented 1 year ago

issue to suggest websites to reverse sites to look out for:

  • no cloudflare ( can have security header or cloudflare tls/ssl block but not clearance)
  • gpt 4 / internet
  • can pass in conversation (more control)
  • stream response
  • for ex: sqlchat.ai / t3nsor.com

current ones:

suggested by @localuser-isback

suggested by @phamxtien

suggested by @kwekewk

@localuser-isback

all sites in https://github.com/gitzboy/testremote (hell yeah lmao)

Please don't make an OpenAssistant API. OpenAssistant is a project of a small group of people, which is in development and resources are limited despite being hosted by partners. By creating an API I would be guilty of closing the beta project, I will still contact the OpenAssistant team to take action on it. I remind myself again that this is a project in order to create a free AI model for everyone. You can get access to their models at https://huggingface.co/OpenAssistant

huangkezhao commented 1 year ago

中国 可以永久免费用 http://aiassist.chat

0dminnimda commented 1 year ago

Here is more https://metaphor.systems/ https://whispr.chat/ https://aws.amazon.com/codewhisperer/ https://useadrenaline.com/app

MemeticGitHubUser commented 1 year ago

when you guys talk about reverse engineering these, do you mean making it so they are a useable API endpoint?

tiagorangel2011 commented 1 year ago

Yes

x404xx commented 1 year ago

here's one: https://www.chatgptunli.com/chatgpt/

It's done! https://github.com/x404xx/GPT-Unli

x404xx commented 1 year ago

issue to suggest websites to reverse sites to look out for:

* no cloudflare ( can have security header or cloudflare tls/ssl block but not clearance)

* gpt 4 / internet

* can pass in conversation (more control)

* stream response

* for ex: sqlchat.ai / t3nsor.com

current ones:

* https://play.vercel.ai (gpt4)

* https://personified.me (gpt4)

* https://beta.character.ai

* https://neuroflash.com

* https://openprompt.co

* https://www.sqlchat.ai

* https://www.sincode.ai/

* https://open-assistant.io/ ( no filter )

suggested by @localuser-isback

* https://freegpt.one/

* https://chat.pawan.krd/

* https://gptgo.ai/?hl=en

* https://chatgptproxy.me/#/

* https://essay.notpiracy.org/

* https://www.sincode.ai/

suggested by @phamxtien

* https://www.perplexity.ai/

suggested by @kwekewk

* https://chat.gpt.bz/gpt

@localuser-isback

* http://61.173.37.91:8088/

all sites in https://github.com/gitzboy/testremote (hell yeah lmao)

Done for GPTgo! https://github.com/x404xx/GPT-Go

artiomborovinskii commented 1 year ago

am search some gpt to: https://fastgpt.app/ https://www.aitianhu.com/

huangkezhao commented 1 year ago

http://lifan.asia/

http://liwp.asia/

http://huangzp.asia/

http://wupc.asia/

http://lijy.asia/

http://caifl.asia/

http://huangkz.asia/

http://huirui.work/

http://aiassist.art/

http://aiassist.love/

technicaljicama commented 1 year ago

https://azubis.store

x404xx commented 1 year ago

http://lifan.asia/

http://liwp.asia/

http://huangzp.asia/

http://wupc.asia/

http://lijy.asia/

http://caifl.asia/

http://huangkz.asia/

http://huirui.work/

http://aiassist.art/

http://aiassist.love/

Here: https://github.com/x404xx/GPT-Collections

Sovenok-Hacker commented 1 year ago

What about Brat AI (Brat GPT) (https://bratgpt.com)?

hrizal commented 1 year ago

What about Brat AI (Brat GPT) (https://bratgpt.com)?

chatbot with persona as evil ai 😅

technicaljicama commented 1 year ago

Brat uses a token system (header).

Encrypt date.now() using aes and this key: UkXp2s5v8y/B?D(G+KbPeShVmYq3t6w9

Sovenok-Hacker commented 1 year ago

Brat uses a token system (header).

Encrypt date.now() using aes and this key: UkXp2s5v8y/B?D(G+KbPeShVmYq3t6w9

I think it will be easy to reverse its api, maybe i do it soon

chesnokpeter commented 1 year ago

chatbot.theb.ai

x404xx commented 1 year ago

Brat uses a token system (header). Encrypt date.now() using aes and this key: UkXp2s5v8y/B?D(G+KbPeShVmYq3t6w9

I think it will be easy to reverse its api, maybe i do it soon

Tested! it worked.

now = datetime.datetime.now() timestamp = str(now.timestamp()) secret_key = "UkXp2s5v8y/B?D(G+KbPeShVmYq3t6w9"

hash_ = hmac.new(secretkey.encode(), timestamp.encode(), hashlib.sha256).digest() token = base64.b64encode(hash).decode()

CiaranYoung commented 1 year ago

I found a website that gives you unlimited access to gpt4 for $9. This site does the reverse: https://halist.ai/

Sovenok-Hacker commented 1 year ago

https://chatbot.theb.a

i

Sovenok-Hacker commented 1 year ago

Brat uses a token system (header). Encrypt date.now() using aes and this key: UkXp2s5v8y/B?D(G+KbPeShVmYq3t6w9

I think it will be easy to reverse its api, maybe i do it soon

Tested! it worked.

now = datetime.datetime.now() timestamp = str(now.timestamp()) secret_key = "UkXp2s5v8y/B?D(G+KbPeShVmYq3t6w9"

hash_ = hmac.new(secretkey.encode(), timestamp.encode(), hashlib.sha256).digest() token = base64.b64encode(hash).decode()

it is hmac, not aes

Nebelung-Dev commented 1 year ago

Here is some:

Nebelung-Dev commented 1 year ago

Removed ones others had already said

x404xx commented 1 year ago

Brat uses a token system (header).

Encrypt date.now() using aes and this key: UkXp2s5v8y/B?D(G+KbPeShVmYq3t6w9

I think it will be easy to reverse its api, maybe i do it soon

Tested! it worked.

now = datetime.datetime.now() timestamp = str(now.timestamp()) secret_key = "UkXp2s5v8y/B?D(G+KbPeShVmYq3t6w9"

hash_ = hmac.new(secretkey.encode(), timestamp.encode(), hashlib.sha256).digest() token = base64.b64encode(hash).decode()

it is hmac, not aes

Yes, it's HMAC, not AES. But it worked fine. You can use that token to make requests and still get a response.

Nebelung-Dev commented 1 year ago

This is how https://ai.mcbbs.gq/ works. It is in js but it should be similar. You can pass in conversation.

var messages = []

async function sendMessage(content) {
    messages.push({
        "role": "user",
        "content": content
    })

    var chat = await fetch("https://ai.mcbbs.gq/api/openai/v1/chat/completions", {
      "headers": {
        "accept": "*/*",
        "accept-language": "en-US,en;q=0.9",
        "content-type": "application/json",
        "sec-ch-ua": "\"Not/A)Brand\";v=\"99\", \"Google Chrome\";v=\"115\", \"Chromium\";v=\"115\"",
        "sec-ch-ua-platform": "\"Windows\"",
      },
      "referrer": "https://ai.mcbbs.gq/",
      "body": JSON.stringify({
        "messages": messages,
        "model": "gpt-3.5-turbo",
        "temperature": 0,
        "presence_penalty": 2
      }),
      "method": "POST"
    })

    var reader = chat.body.pipeThrough(new TextDecoderStream()).getReader();

    while (true) {
        var { value, done } = await reader.read();
        if (done) break;
        var result = JSON.parse(value).choices[0].message.content

        messages.push({
            "role": "assistant",
            "content": result
        })

        console.log("Got response: " + result)
    }
}

sendMessage("What is 1+1?")
technicaljicama commented 1 year ago

Some maybe wants to try azubis.store, It uses chatgpt 4 in my understanding, but have not been able to find out how siren_sign works