Bypassing ChatGPT's Safeguard and Easiest Way to use API

The latest news updated on waylaidwanderer’s repo says: 2023-02-15 The method we were using to access the ChatGPT raw models has been patched, unfortunately. Therefore, the party is over. It was fun to play with those leaked models such as text-davinci-002-render, text-chat-davinci-002-20221122, and text-chat-davinci-002-sh-alpha-aoruigiofdj83. They’re not as good as the official model text-davinci-003 after all as my previous post said. Why use API instead of the Ordinary Way After OpenAI fired up their paid subscription for ChatGPT, availability issue like response error, rate limit and throttling become more often....

February 16, 2023 · 6 min · Jun

Playing with Different GPT-3 and ChatGPT models

The Original Flavors In OpenAI’s documentation there are 4 models under GPT-3 category and 2 coding models. They cost from $0.02 to $0.0004 per 1k tokens as the base model and the fine-tuned versions cost even more. text-davinci-003 text-curie-001 text-babbage-001 text-ada-001 code-davinci-002 code-cushman-001 The playground can test them all using the web interface. Let’s see how good they are comparing to the free ChatGPT. To ChatGPT webpage: Who is Paul Graham?...

February 13, 2023 · 4 min · Jun