Community
Machine Learning Hackathon Opening Ceremony
Sat Feb 04 2023
Machine Learning Hackathon Ends
Sat Feb 11 2023
Replit 101 Coding Helpline
Wed Feb 15 2023
Explore the Community Hub
84
TLDR app - Generate summaries with GPTGenerate TLDRs for news articles, podcasts, and other long-form media.
Upgrade to new Steamship PromptPackage template
Smaller, Cleaner, and colored prompts. What else can I wish for?99
Ask Me AnythingA ask-me-anything page made with OpenAI's ChatGPT model.
5.9K
262
99
00p0 Imagine having a OpenAI account, which has a token that many people use. $5 will drain each day.5 days ago
-jpg Hey guys. No hacker. It is very simple to spam POST requests. This is why ChatGPT now requires an API key to use it.
Captcha is not going to fix much:
1. ChatGPT would have to allow a Replit user to use their Captcha system. This would be incredibly easy to bypass.
2. ChatGPT would not care if you told them you used a Captcha. They have to do the Captchas.
Hope this cleared up some confusion.3 days ago
103
ChatGPT ShowcaseI used OpenAI's ChatGPT model and generated a ton of cool HTML pages! Complete with a video of me generating all these thingies
6.8K
81
103
50
OpenAI-AssistantA minimalist assistant that answers any question.
It can access the internet and use developed AI to get answers.
Now there is a new repl: https://replit.com/@markzhere/ChatGPT-OPEN
It uses GPT3 and needs an api key to operate. Get one at https://beta.openai.com/account/api-keys
Powered by OpenAI. Credits to @ZacharyWitten for the original functions.
Please leave a like.
Please leave a tip if you would like this repl to be boosted.
2.5K
19
50
7
GPT-ShellGPT-Shell is an OpenAI based chat-bot similar to ChatGPT.
Support: https://discord.gg/TruuVEBmcC
Updated to latest main
Synchronised with git775
6
7
5
ChatGPT-Replit (Headful Puppeteer + NodeJS ChatGPT-API)How to use it?
Fork the Replit Template to your account
Create two Replit Secrets (Tools > Secrets): one for your EMAIL and one for your PASSWORD. This is important to keep your account info private.
Set the account type by changing "isLogin" variables inside the 'index.js' file
For OpenAI Account, both values have to be false:
const isGoogleLogin = false;
const isMicrosoftLogin = false;
For Google Account, set Google to true and Microsoft to false:
const isGoogleLogin = true;
const isMicrosoftLogin = false;
For Microsoft Account, set Google to false and Microsoft to true:
const isGoogleLogin = false;
const isMicrosoftLogin = true;
You're all set! Press 'Run' to say "Hello World" to your ChatGPT instance
Edit the index.js to use the ChatGPT-API according to your needs
Cleaning index.js code
Contributions by shêr on the ChatGPT Hacking Discord - https://discord.gg/bznweY7b1
ChatGPT OPENThis is an OPEN version of ChatGPT.
Working guaranteed.
All users are welcome.
Powered with GPT3 by the OpenAI API.
Since this is OPEN and uses tokens from my account, only use this for useful purposes. Intended for use only on https://replit.com/@markzhere/ChatGPT-OPEN
Please leave a like.
Please leave a tip if you liked this.
117
7
1
markzhere Any thoughts and suggestions?
@TG101 @Hackerxhacker @JDOG787 @antoine @d31337 @CosmicBear @PikachuB2005 @VulcanWM @CatR3kd @Raadsel @haroon @DillonB07 @Bookie0 @GoodVessel92551 @JanBarycki
2 days ago