To start, simply create a new issue and ask your question. ChatGPT will then respond to anyone's question in the comments thread under that issue.
This repo allows multiple people to chat with ChatGPT collaboratively in the open. The diversity of opinions is key to the growth of the AI. There is no secret prompts. All chat messages and prompts are public and tracked by GitHub.
Learning about OpenAI / ChatGPT
- How does ChatGPT know what's said in past messages in a conversation?
- What are embeddings?
- How to create and use embeddings with OpenAI models?
- How to store and search for embeddings in ElasticSearch?
- How to count tokens and characters?
Concepts in AI research
How-to program
Jokes
Readings and pop culture
Math, science and logic
- Solving a very hard math problem
- Figuring out Earth's rotation around the Sun
- Writing an efficient Rust function to check for prime numbers (GTP3.5)
Understanding languages
中文
This GitHub app is powered by the GPT3.5&4 models, Rust, and WasmEdge.
If you'd like to deploy this GitHub App in your own orgnization, please refer to this repo including the source code in Rust and deployment instruction.