xtekky / gpt4free

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

Suggest websites to reverse that have gpt-4 #802

Closed xtekky closed 1 week ago

xtekky commented 1 year ago

Please share any sites that have gpt-4, which i will then add to the repository, other than bing.com

itzrnvr commented 1 year ago

openrouter.ai?

bagusindrayana commented 1 year ago

openrouter.ai?

but how to tell the different version of GPT model used? image

bagusindrayana commented 1 year ago

https://chat9.chatxyz.online gpt-4 need some otp/verification with email (no need password just fill email and send verification code) limit to 100 words i think

nacho00112 commented 1 year ago

Those sites which use gpt-4 they use the openai api isn't so? Excepting Bing because it's from microsoft which is collaborating with OpenAI, the matter is that the gpt-4 api is so expensive, so all the gpt-4's sites we find will probably remove their gpt-4 implementation if we explode them

Fusedon commented 1 year ago

Can give a try to Myshell.ai: https://app.myshell.ai/chat?from=workshop They give like a small number of free message to gpt4 without signup, so with proxies it can work well.

johnd0e commented 1 year ago

https://ava-ai-ef611.web.app Reverse-egineered here:

jeselentrik1 commented 1 year ago

https://chat9.chatxyz.online gpt-4 need some otp/verification with email (no need password just fill email and send verification code) limit to 100 words i think

It uses GPT-3

github-actions[bot] commented 1 year ago

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

iGerman00 commented 1 year ago

https://www.steamship.com/ - gpt-4 available

johnd0e commented 1 year ago

It is not free at all https://www.steamship.com/pricing

iGerman00 commented 1 year ago

It is not free at all https://www.steamship.com/pricing

Right, well it does offer a quite generous free trial, no cards or anything, I’ve been using it for months for a gpt-4 bot. And it works via api keys so you could probably also rotate hundreds of them, or BYOK

zakhar-kogan commented 12 months ago

wrtn.ai?

github-actions[bot] commented 11 months ago

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

xtekky commented 11 months ago

bump

William04567 commented 11 months ago

Phind.com

github-actions[bot] commented 11 months ago

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

Commenter123321 commented 11 months ago

https://chatgpt-app.techwithanirudh.repl.co/ (uses https://github.com/danny-avila/LibreChat/) it has gpt-3.5-turbo, gpt-3.5-turbo-0613, gpt-3.5-turbo-16k, llama-2-70b-chat, text-davinci-003 you do need an account, but automatically creating one and logging in is easy (no captcha or anything) you also don't need to verify your email also, this was made by an 8 year old

DoxrGitHub commented 11 months ago

bruh I know the guy don't abuse it imma tell him to add fixes

techwithanirudh commented 11 months ago

https://chatgpt-app.techwithanirudh.repl.co/ (uses https://github.com/danny-avila/LibreChat/) it has gpt-3.5-turbo, gpt-3.5-turbo-0613, gpt-3.5-turbo-16k, llama-2-70b-chat, text-davinci-003 you do need an account, but automatically creating one and logging in is easy (no captcha or anything) you also don't need to verify your email also, this was made by an 8 year old

New protection has been added.

Commenter123321 commented 11 months ago

That's not true. I could still log in normally with my program I made weeks ago.

techwithanirudh commented 11 months ago

That's not true. I could still log in normally with my program I made weeks ago.

I don't think so...

Commenter123321 commented 11 months ago

That's not true. I could still log in normally with my program I made weeks ago.

I don't think so...

do you need proof?

techwithanirudh commented 10 months ago

That's not true. I could still log in normally with my program I made weeks ago.

I don't think so...

do you need proof?

Yes

Commenter123321 commented 10 months ago

image It's down atm, I'll show proof once you fix it

zukixa commented 10 months ago

https://chatgpt-app.techwithanirudh.repl.co/ (uses https://github.com/danny-avila/LibreChat/) it has gpt-3.5-turbo, gpt-3.5-turbo-0613, gpt-3.5-turbo-16k, llama-2-70b-chat, text-davinci-003 you do need an account, but automatically creating one and logging in is easy (no captcha or anything) you also don't need to verify your email also, this was made by an 8 year old

image it uses a free ai api provider that's kinda ass so it's not really a reliable site lol

TimopchiK commented 10 months ago

https://chat.gpt.bz

xiaozhou26 commented 10 months ago

https://jigso.io/sidekick

Meshwa428 commented 9 months ago

Ora.sh also provides gpt4 for free

Sinedka commented 9 months ago

https://play.google.com/store/apps/details?id=com.smartwidgetlabs.chatgpt

This is an android application, not a website. Subscription to gpt 4 is paid, but modders have already hacked it and you can try to get the site to which requests are sent.

Meshwa428 commented 9 months ago

Another website that has gpt is voigpt.com, but this website sort of works with voice, I don't know how they process it

Dark-V commented 9 months ago

Not a gpt4, but have a 100k tokens length. https://claude.ai/

Mininaut commented 9 months ago

try https://trychatgpt.ru/

import random
import requests
import json

url = "https://api.trychatgpt.org/v1/chat/completions"
headers = {
    'accept': '*/*',
    'accept-language': 'en,fr-FR;q=0.9,fr;q=0.8,es-ES;q=0.7,es;q=0.6,en-US;q=0.5,am;q=0.4,de;q=0.3',
    "Referer": "https://trychatgpt.ru/",
    "Content-Type": "application/json",
    "Authorization": "Bearer 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",
    "Origin": "https://trychatgpt.ru",
    'sec-ch-ua': '"Chromium";v="118", "Google Chrome";v="118", "Not=A?Brand";v="99"',
    'sec-ch-ua-mobile': '?0',
    'sec-ch-ua-platform': '"macOS"',
    'sec-fetch-dest': 'empty',
    'sec-fetch-mode': 'cors',
    'sec-fetch-site': 'same-origin',
    'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36',
}
N = random.randint(1000, 10000)
n1 = str(N)

data_raw = {
    "model": "gpt-3.5-turbo-1106",
    "messages": [{"role": "user", "content": "hi how are you?"}],
    "adfox": "function(e,t,r){n(" + n1 + ").logger.traceLog({href:o.location.href,attemptNumber:e,pr1:t,uri:r},\"ADFOX_OLD_CODE\"," + n1 +");var a=(0,n(" + n1 +").$)(t,r);a&&i(a)}"
}

response = requests.post(url, headers=headers, data=json.dumps(data_raw))

print(response.json())

non stream but fast responses. изображение The answer is already in openai json. almost everything here is required, even “Authorization”: you can check for yourself that it is in the requests on the site.

Dark-V commented 8 months ago

@xtekky

Copilot (old bing chat), got update - notebook feature. that a same a bing chat, but have a large limits to 18k symbols. GPT4. image

xTimop commented 8 months ago

@xtekky free.chatgpt.org.uk

Commenter123321 commented 8 months ago

@xtekky free.chatgpt.org.uk

image I set the model to gpt-4-1106-preview and it's using bing ai 🤣

zatxm commented 8 months ago

https://www.coze.com

Mininaut commented 8 months ago

https://chatgpt.bestim.org/chat/ 3.5 stream + fast responses + easy reverse

iFla3meZi commented 5 months ago

https://arena.lmsys.org/ 2 random models from: https://huggingface.co/spaces/lmsys/chatbot-arena-leaderboard

CVFA-Dev commented 5 months ago

https://gpt4free.io/chat/

piotr25691 commented 5 months ago

gpt4free.io/chat

i have successfully reversed this website

check the file: https://lunah.is-a.dev/files/gpt4.py

1234worldcom commented 5 months ago

@piotr25691 It has Token Limits It can Give Reply to Big Content Try Writing essay

1234worldcom commented 5 months ago

All Models for free at https://chat.tinycms.xyz:3002/

piotr25691 commented 5 months ago

All Models for free at https://chat.tinycms.xyz:3002/

Not working, I'm taken to some profile instead

johnd0e commented 5 months ago

@piotr25691 https://chat.tinycms.xyz:3002/

github-actions[bot] commented 4 months ago

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

piotr25691 commented 4 months ago

I think it's time for the no-stale label guys

Fyphen1223 commented 3 months ago

https://chatgptjapan.org/

This seems to provide GPT-4 completely free, but no stream.

Fyphen1223 commented 3 months ago

https://chatgptjapan.org/

This seems to provide GPT-4 completely free, but no stream.

HOWEVER, it seems to don't save memory lmao it sucks

norrybul commented 3 months ago

https://smith.langchain.com/ I was interested in testing gpt-4o and used this side-by-side with poe.com, you.com and merlin for a quickie. Merlin could be an addition, too.

github-actions[bot] commented 3 months ago

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