gpt4free
gpt4free copied to clipboard
suggest websites to reverse
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://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
https://chatbot.theb.a
@localuser-isback bing.com is already implemented:
- https://github.com/xtekky/gpt4free/tree/main/unfinished/bing
@hrizal
already implemented: https://github.com/xtekky/gpt4free/tree/main/unfinished/theb.ai
@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
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
@localuser-isback tekky#1810
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.
@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.
https://github.com/FoxGPT/gpt
https://www.perplexity.ai (better than gpt-3.5)
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!
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.
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 .-.)
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 ?
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.
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
Here are some more:
- https://bito.co/
- https://chatllama.baseten.co/ (not gpt, instead llama, but works)
Snapchat AI
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: @.***>
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.
here's one: https://www.chatgptunli.com/chatgpt/
Why are there no c# wrappers for any of these???
Or JavaScript (I know that you can just setup a flask server for that, but would it better to have direct integration)
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
free chatgpt4 here : https://huggingface.co/spaces/ysharma/ChatGPT4
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)
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
中国 可以永久免费用 http://aiassist.chat
Here is more https://metaphor.systems/ https://whispr.chat/ https://aws.amazon.com/codewhisperer/ https://useadrenaline.com/app
when you guys talk about reverse engineering these, do you mean making it so they are a useable API endpoint?
Yes