— Prompt Palettes —
are pre-written bits of text that accentuate a user's input for a specific task.
It's like a magic button for text explained only by pre-written instructions.
Here are the prompts to "format" and "summarize". You should be able to add your own too.
2/6
are pre-written bits of text that accentuate a user's input for a specific task.
It's like a magic button for text explained only by pre-written instructions.
Here are the prompts to "format" and "summarize". You should be able to add your own too.
2/6
— ChatGPT Coding Assistant —
is slightly different from Prompt Palettes but seems like a pre-written addendum to a query to serve as a one-shot way to focus on a specific vertical task.
This might be forcing the use of GPT-3: Codex explicitly– openai.com
3/6
is slightly different from Prompt Palettes but seems like a pre-written addendum to a query to serve as a one-shot way to focus on a specific vertical task.
This might be forcing the use of GPT-3: Codex explicitly– openai.com
3/6
— Add text from link —
Prompt palettes act on a specific message, and ChatGPT is adding a nifty "Add text from link" feature which will allow you to, say, summarize websites easily.
4/6
Prompt palettes act on a specific message, and ChatGPT is adding a nifty "Add text from link" feature which will allow you to, say, summarize websites easily.
4/6
Prompt palettes aren't new!
Github Copilot Labs has been working on a similar magic "brushes" feature that integrates directly into VS Code. They use OpenAI's GPT-3 Codex models too.
5/6
Github Copilot Labs has been working on a similar magic "brushes" feature that integrates directly into VS Code. They use OpenAI's GPT-3 Codex models too.
5/6
Prompt Palettes will bring these powerful new LLM features to the mainstream of 1 million users!
2023 has just begun for AI.
6/6
2023 has just begun for AI.
6/6
Thanks to @eeeziii for the idea of reverse-engineering ChatGPT (he did this too)!
ChatGPT is a minified React app with chunked JS that uses Server Sent Events with /conversations to stream the meat of the output. It uses text-davinci-002-render with 4097 max tokens.
ChatGPT is a minified React app with chunked JS that uses Server Sent Events with /conversations to stream the meat of the output. It uses text-davinci-002-render with 4097 max tokens.
Loading suggestions...