Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suggest websites to reverse #40

Open
xtekky opened this issue Apr 18, 2023 · 113 comments
Open

suggest websites to reverse #40

xtekky opened this issue Apr 18, 2023 · 113 comments
Labels
enhancement New feature or request stale

Comments

@xtekky
Copy link
Owner

xtekky commented Apr 18, 2023

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

@xtekky xtekky added the enhancement New feature or request label Apr 18, 2023
Repository owner deleted a comment from phamxtien Apr 20, 2023
Repository owner deleted a comment from kwekewk Apr 20, 2023
Repository owner deleted a comment Apr 20, 2023
@hrizal
Copy link

hrizal commented Apr 20, 2023

https://chatbot.theb.a

@localuser-isback
Copy link

ghost commented Apr 20, 2023

Hey i found a few helpful resources to use the bing AI API:

https://github.com/acheong08/EdgeGPT
https://github.com/transitive-bullshit/bing-chat
https://github.com/maximerenou/php-bing-ai

@xtekky
Copy link
Owner Author

xtekky commented Apr 20, 2023

@localuser-isback bing.com is already implemented:

@xtekky
Copy link
Owner Author

xtekky commented Apr 20, 2023

@hrizal

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

@localuser-isback
Copy link

ghost commented Apr 20, 2023

@localuser-isback bing.com is already implemented:

* https://github.com/xtekky/gpt4free/tree/main/unfinished/bing

my bad

@localuser-isback
Copy link

ghost commented Apr 21, 2023

Another link:
https://chat.lmsys.org/

@xtekky xtekky mentioned this issue Apr 21, 2023
@localuser-isback
Copy link

ghost commented Apr 21, 2023

Another link :)

https://www.chatbase.co/

@localuser-isback
Copy link

ghost commented Apr 22, 2023

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 👍

@localuser-isback
Copy link

ghost commented Apr 22, 2023

Another link: https://bettergpt-psi.vercel.app/

@xtekky
Copy link
Owner Author

xtekky commented Apr 22, 2023

@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

@localuser-isback
Copy link

ghost commented Apr 22, 2023

@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

Yeah sure i just finished making the API whats your discord?

This was referenced Apr 23, 2023
@Vaksoa
Copy link

Vaksoa commented Apr 23, 2023

@xtekky
Copy link
Owner Author

xtekky commented Apr 23, 2023

@localuser-isback tekky#1810

@xtekky xtekky mentioned this issue Apr 23, 2023
@localuser-isback
Copy link

ghost commented Apr 23, 2023

@localuser-isback tekky#1810

I send a friend request 👍

@xtekky xtekky pinned this issue Apr 24, 2023
@DanielShemesh
Copy link
Contributor

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
Copy link

@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
Copy link

Vaksoa commented Apr 26, 2023

@wingeva1986
Copy link

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

@CiaranYoung
Copy link

magai.ai,copy.ai,input.ai

@johnd0e
Copy link
Contributor

johnd0e commented Sep 2, 2023

magai.ai,copy.ai,input.ai

None of them them free

@birdup000
Copy link

Aria AI by Opera it's built into the browser I wonder if it's possible to reverse engineer. GPT-3.5 I think

@DoxrGitHub
Copy link

how about https://www.llama2.ai/ or https://llama.replicate.dev/ (basically the same thing) there is streaming and you can control system prompt as well as temp, token amount, top p, and the llama size, and it doesn't use cloudflare

@AutoAwesome
Copy link

Here is a list of free AI services:
https://technomagnus.vercel.app/posts/gpt-for-all--hacked-no-signups-logging-in

@DoxrGitHub
Copy link

https://chatbotai.one/

there is streaming, no login, I didn't see cf but idk abt that

@Mininaut
Copy link

https://gpttalk.ru/

try this, gpt-3.5-turbo
изображение

@owlcloud
Copy link

https://chatinfo.ru/

@tiagorangel2011
Copy link

tiagorangel2011 commented Nov 22, 2023 via email

@owlcloud
Copy link

owlcloud commented Dec 4, 2023

@Dark-V
Copy link

Dark-V commented Dec 10, 2023

@xtekky

no cloudflare ( can have security header or cloudflare tls/ssl block but not clearance)
looks like, no cloudflare
gpt 4 / internet
No gpt4, custom core that can support 200k context (if pro version, so free only 100k?)
can pass in conversation (more control)
Idk
stream response
Possibly yes, not websocket. /api/append_message
Request. Respone data be like:
data: {"completion":" and","stop_reason":null,"model":"claude-2.1","stop":null,"log_id":"361a2eca85bf1aaa19f0f653ef9570276b970e9e5a0fa20745703990428575fd","messageLimit":{"type":"within_limit"}}
data: {"completion":" I","stop_reason":null,"model":"claude-2.1","stop":null,"log_id":"361a2eca85bf1aaa19f0f653ef9570276b970e9e5a0fa20745703990428575fd","messageLimit":{"type":"within_limit"}}

for ex: sqlchat.ai / t3nsor.com
claude.ai/chat

Working and reversed another API on github -
https://github.com/KoushikNavuluri/Claude-API/blob/main/claude-api/claude_api.py

@Meshwa428
Copy link
Contributor

Meshwa428 commented Dec 25, 2023

guys i found another link, this one is by a well known library owner LANGCHAIN

this is a free hosted website of langchain's openGPT's which allows us to use gpt 3.5 for free with custom tools like search and all other stuff

here is the link
https://opengpts-example-vz4y4ooboq-uc.a.run.app/

You can literally find the docs to reverse it here😂😂😂
https://github.com/langchain-ai/opengpts/blob/main/API.md

@hlohaus please take a look

@owlcloud
Copy link

https://codeium.com/live/general

@mshojaei77
Copy link

@ibehnam
Copy link

ibehnam commented Jan 30, 2024

@lin-calvin
Copy link

chatglm.cn(a chinese phone number should be provided, I can help with this)

@matt7ress
Copy link

ok no one suggested this before me which is weird
https://blackbox.ai/ auth optional, already tried reverse-engineering and its extremely simple

@DarkReaperBoy
Copy link

https://groq.com/

@Mortezanavidi
Copy link

https://groq.com/
no auth - exteremly fast speed

@artiomborovinskii
Copy link

I find a free claude 3 at yeschat.ai but it have cloudflare protection

@DarkOperation
Copy link

DarkOperation commented Apr 7, 2024

https://vace.pw/
https://talkai.info

@Sovenok-Hacker
Copy link

https://duckduckgo.com/chat?ia=chat Extremly easy to reverse

@Ojciec-Tadeusz
Copy link

chat.cyming.top no login, gpt3.5, gemini, cloudflare(?) - I don't remember

@upintheairsheep
Copy link

http://goody2.ai/chat (modified llama)
https://cleverbot.com (Cleverbot AI model, from 2008, very stupid)

Copy link

Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again.

@github-actions github-actions bot added the stale label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests