ChatGPT
What Is ChatGPT Doing, Let's build GPT & How ChatGPT is Trained are great overviews of how it works.
I use ChatGPT desktop app to access ChatGPT from mac. On iOS I want to deploy ChatGPT Telegram Bot but didn't yet.
NanoGPT with Lightning GPT is interesting. Curious if I can train it with this method.
RWKV model is great. Open Assistant seems like a nice open alternative.
There's lots of low hanging fruit prompts that you can make into great products. Like Roam Around that is essentially a UI over what is an ideal itinerary for ${days} days in ${city}?
query.
FlexGen is nice way to train own GPT on just one GPU.
This is nice comment strengths/weaknesses of ChatGPT.
Want to try run Alpaca.cpp on my mac for local ChatGPT access potentially.
Interesting queries
- Can you extract all the links from this code into an array with objects like {component, href, icon, children}
- Summarize tabular data
- Organize my notes into outline
- Music discovery assistant
- Help writing freelancing contract
- Recommend books as some famous person
- Valentines day poem or poems in general
- i.e.
Write a short cute poem for a girl that everyone thinks loves cats but in reality she is so much more.
orwrite a short cute valentine day poem for a girl that loves cats, harry potter, magic and adventures
orwrite a cute valentine day poem for a girl that loves cats, harry potter, magic and adventures
- i.e.
Many more be seen here.
Real examples I used and was amazed at answer
'initializes state with computations such resources’, what does this mean in context of solidjs
It's also great at giving examples.
Links
- OpenAISwift - Wrapper library around the ChatGPT and OpenAI HTTP API.
- OpenAI API Quick Start - Node example
- Code Review GPT - Reviews your Pull Requests using ChatGPT.
- What ChatGPT can't do (2022) (HN)
- ChatGPT Telegram Bot in Go - Go CLI to fuels a Telegram bot that lets you interact with ChatGPT.
- ChatGPT Telegram Bot in Python
- How ChatGPT actually works (2022)
- fieri - OpenAI GPT-3 API Client in Rust.
- GPT3Discord - GPT3/DALL-E2 in Discord, chat like ChatGPT, generate images, and more. (HN)
- NanoGPT - Simplest, fastest repository for training/finetuning medium-sized GPTs. (HN)
- GPT Index Guide
- Let’s try ChatGPT. Is it any good? (2022)
- GPT.sh - Use GPT to translate queries into shell commands.
- Awesome ChatGPT
- Awesome ChatGPT 2
- Talk to ChatGPT - Chrome extension that allows users to talk with the ChatGPT AI using their voice. (HN)
- ExplainThisCode - VSCode extension that uses the ChatGPT API to provide explanations for selected code.
- Open-Source Version of ChatGPT is Coming (2022)
- OpenAIPipe - UNIX-ey interface to OpenAI.
- OpenAI's ChatGPT API wrapper for Rust
- LLM Garden - Experiments using GPT-3, delivered in a web app.
- Adrenaline - IDE that uses ChatGPT to automatically fix your code when it throws an error.
- Creating a Sarcastic Chatbot with Node.js & OpenAI API (2023) (Code)
- ChatGPT Assistant - Browser Extension to integrate ChatGPT everywhere.
- GPTDuck - Ask questions about any GitHub repo. (HN)
- ChatGPT won’t replace search engines any time soon (2023) (HN)
- prophet - Command-line application that allows you to have a conversation with ChatGPT.
- Build Your own ChatGPT with OpenAI API and Streamlit
- Wolfram Alpha and ChatGPT (2023) (HN)
- TweetGPT - Chrome extension that generates tweets and replies using chatGPT.
- GPT Toolbox - GPT extension for VSCode.
- Jax GPT - Jax/Flax rewrite of Karpathy's nanoGPT.
- Chronology - Library that enables users of OpenAI's GPT-3 language model to more easily build complex language-powered applications.
- ChatGPT API Server
- How to implement Q&A against your documentation with GPT3, embeddings and Datasette (2023)
- ShareGPT - Share your wildest ChatGPT conversations with one click. (Code)
- Why is Chat GPT so expensive to operate? (2023)
- Reflect's GPT-3 Prompts (Tweet)
- Let's build GPT: from scratch, in code, spelled out by Andrej Karpathy (2023) (HN) (Code)
- LearnGPT - Browse, share, and discuss ChatGPT examples.
- Awesome AnthropicAI Claude
- ChatGPT is not all you need. A State of the Art Review of large Generative AI models (2023)
- ChatRWKV - Like ChatGPT but powered by the RWKV (RNN-based, open) language model. (HN)
- ChatGPT in an iOS Shortcut – Worlds Smartest HomeKit Voice Assistant (2023) (HN)
- ChatGPT Cheat Sheet (HN)
- GPT is all you need for the back end (HN)
- GPT-3 chatbot with long-term memory and external sources
- GPT Shell - OpenAI based chat-bot that is similar to OpenAI's ChatGPT. Also allows creating Dalle2 images.
- Loom - Multiversal tree writing interface for human-AI collaboration.
- GPTZero - Implementing GPTZero from scratch – Reverse engineering GPTZero. (HN)
- Training nanoGPT on my Journal (2023)
- Drawing pictures of animals with ChatGPT (2023) (Code)
- GPT JAX - Stupidly simple GPT implementation in JAX.
- Build ChatGPT like chatbots on your website (2022) (HN)
- ChatGPT Prompts for Data Science
- HN: ChatGPT Plus (2023)
- ChatGPT failure archive
- KnowledgeGPT - Accurate answers and instant citations for your documents.
- The unequal treatment of demographic groups by ChatGPT/OpenAI content moderation (2023) (HN)
- Node ChatGPT API
- Medical ChatGPT
- Ask HN: Are you tired of reading ChatGPT headlines? (2023)
- React Native ChatGPT
- Jailbreaking ChatGPT with Dan (HN)
- What do you do with ChatGPT? (2023)
- GPTO - Unofficial OpenAI GPT3 Terminal Client.
- ChatGPT Discord Bot
- No-Code AI Avatar that Remembers Your Notes and Answers Questions with its Own Voice using GPT-3, Siri and ElevenLabs (2023)
- Chat Simplifier - Simplify your chat content in seconds (by OpenAI). (Code)
- ChatGPT - Review & Rebuttal - Browser extension for generating reviews and rebuttals in openreview, powered by ChatGPT.
- Supabase Clippy: ChatGPT for Supabase Docs (2023) (HN)
- ChatGPT3 Prompt Engineering (HN)
- GPT in 60 Lines of NumPy (2023) (HN)
- Bing Chat API - Node.js wrapper around Bing Chat by Microsoft.
- HackGPT - Leverage OpenAI and ChatGPT to do hackerish things.
- Novel things to ask ChatGPT (2023)
- ChatGPT Is a Blurry JPEG of the Web (2023) (HN) (Lobsters) (Tweet)
- PicoGPT - Tiny and minimal implementation of GPT-2 in NumPy.
- ChatGPT - How it works: Transformers & NLP (2023)
- Delegaid - Package your favorite prompts in simple UI. (HN)
- How ChatGPT is Trained (2023)
- TechCrunchSummary - News summarizer with GPT-3 – specifically for TechCrunch articles.
- Upgraded Dan Version for ChatGPT Is Here: New, Shiny and More Unchained (HN)
- Shell GPT - Tool powered by OpenAI's Davinci model, will help you accomplish your tasks faster and more efficiently.
- Summ - Uses ChatGPT to provide intelligent question-answering and search capabilities across user transcripts.
- Create ChatGPT like experience over your custom docs using LangChain
- Welcome to the Age of Bullshit (2023)
- Bing: “I will not harm you unless you harm me first” (2023) (HN)
- What Is ChatGPT Doing (2023) (HN)
- From Bing to Sydney (2023) (HN)
- We Found An Neuron in GPT-2 (2023) (HN)
- ChatGPT in Academia - Policies of scientific publisher and conferences towards large language model (LLM), such as ChatGPT.
- Sidekick - Convert anything to anything using GPT3.
- ata - OpenAI GPT in the terminal.
- Ask HN: Has ChatGPT gotten worse at coding for anyone else? (2023)
- ChatGPT CLI and Python Wrapper
- Hey ChatGPT - Minimal iOS app that interacts with ChatGPT by voice.
- ElasticSearch + GPT3 Answerer
- OpenAI for Next.js - Hooks and components for working with OpenAI streams.
- OpenAI Streams - Streams-first OpenAI API client, written in TypeScript.
- GPT Labs - Monorepo of all open source code associated with GPT Labs projects. (Twitter)
- Bing Chat is blatantly, aggressively misaligned (2023)
- GPTZero Case Study – Exploring False Positives (2023) (HN)
- Open source solution replicates ChatGPT training process (2023) (HN)
- WorkaroundGPT - Tool to work around ChatGPT inhibitions.
- MOSS - Conversational language model like ChatGPT.
- A Comprehensive Survey on Pretrained Foundation Models: A History from BERT to ChatGPT (2023)
- YoBulk - Open Source CSV importer powered by GPT3. (HN)
- In defense of prompt engineering (2023)
- Reverse Engineered Edge GPT
- Reverse Engineered ChatGPT
- Should GPT exist? (2023)
- Patterns - Build mission-critical integrations, automations, and workflows with GPT from a powerful set of building blocks. (Components)
- AskHN - Collective GPT-embodied wisdom of Hacker News (2023) (HN)
- embeddings-splitter - TypeScript library to help you use OpenAI Embeddings.
- Rubberduck - ChatGPT for Visual Studio Code.
- Open source ChatGPT with LLaMA implementation trains 15x faster (HN)
- World Building with GPT (2023) (HN)
- ChatGPT Helper - VS Code extension to quickly query OpenAI's ChatGPT from inside your editor.
- Jailbreak Chat - Collection of ChatGPT jailbreaks. (HN)
- Introducing ChatGPT and Whisper APIs (2023) (HN)
- TerminalGPT - Get GPT-like chatGPT on your terminal.
- ChatML: ChatGPT API expects a structured format, called Chat Markup Language (HN)
- Jailbreaking OpenAI GPT language model
- Go GPT3 - OpenAI ChatGPT and GPT-3 API client for Go.
- EX-chatGPT introduction - Let ChatGPT truly learn how to go online and call APIs.
- Awesome Language Model Evaluations - Collection of ChatGPT evaluation reports on various bechmarks.
- Comparative Study on ChatGPT and Fine-tuned BERT
- ChatGPT API Demo
- Chat with ChatGPT via a GitHub issue
- a - CLI tool to generate code from GPT3. (HN)
- Paul Graham GPT - OpenAI-powered search & chat on all of Paul Graham’s essays.
- Clarity AI - Simple Perplexity AI clone.
- ChatGPT Chrome Extension - Integrates ChatGPT into every text box on the internet.
- Resource, Evaluation and Detection Papers for ChatGPT
- ChatGPT API Free - Use the OpenAI ChatGPT API in your own application for free.
- ChatGPT deployed as GitHub app
- Awesome ChatGPT Prompts
- OpenAIAuth - OpenAI Authentication Library for ChatGPT.
- Self-replicating Python using ChatGPT (HN)
- ChatGPT generated a puzzle game (2023) (HN)
- ChatGPT Inline Bot on Telegram (HN)
- Chat - Simple CLI wrapper around OpenAI's ChatGPT API in Python.
- ChatGPTKit - Swift Package to communicate with the ChatGPT API from OpenAI.
- heygpt - Simple common-line interface for ChatGPT API in Rust.
- ChatGPT Telegram Bot - Integrates with OpenAI's official ChatGPT APIs to provide answers, written in Python.
- bong - Giving ChatGPT access to the web.
- Awesome ChatGPT API
- ChatGPT Toolbox - ChatGPT Toolbox based on Streamlit.
- ChatGPT Linux assistant - Knows what's on your system and can help you get things done. (HN)
- OpenAI ChatGPT Code Review - GitHub Action that uses OpenAI ChatGPT to analyze code in pull request comments.
- Visual ChatGPT: Talking, Drawing and Editing with Visual Foundation Models (2023) (Code) (Tweet) (HN)
- TypingMind - Better UI for ChatGPT.
- Useful ChatGPT prompts
- Zero-Shot Information Extraction via Chatting with ChatGPT (2023) (Code)
- gpt-macro - ChatGPT powered Rust proc macro that generates code at compile-time.
- Free ChatGPT - Open-source web app that allows you to play with OpenAI's ChatGPT API for free. (Code)
- ChatGPT for Mac - Simple Mac app wrapper for ChatGPT.
- ChatGTP starter app
- Integration of ChatGPT, Stable Diffusion, and Eleven Labs (HN)
- OpenChatKit - Powerful, open-source base to create both specialized and general purpose chatbots for various applications. (HN)
- Chat with GPT - Open-source ChatGPT app with a voice.
- GPTerminal - ChatGPT Terminal Interface.
- CLI for ChatGPT
- GenAI - Generative AI tooling for IPython.
- AIChat - Chat with ChatGPT in terminal.
- Can GPT-4 Actually Write Code? (2023) (HN)
- GPT Repo Loader - Load entire code repos into GPT prompts. (HN)
- Jail breaking ChatGPT-4 (HN)