Guides and Tutorials
- OpenAI Cookbook shares example code for accomplishing common tasks with the OpenAI API
- Indirect Prompt Injection on Bing Chat turns Bing Chat into a “Social Engineer” who seeks out and steals personal information
- World Building with GPT shows various ways to use GPT effectively for building game worlds
- Create OpenAI-powered chatbot with React shows how to build a simple UI using OpenAI API and React.js
- Meet Claude: Anthropic’s Rival to ChatGPT introduces Anthropic’s Claude and compares it with OpenAI’s ChatGPT
- Deploy ChatGPT on Telegram is a gist that shows how to deploy ChatGPT as a Telegram bot
- Running LLaMA 7B on a 64GB M2 MacBook Pro with llama.cpp provides the required steps to run LLaMA
- Ultra fast ControlNet with Diffusers shows how to apply a ControlNet pipeline to customize Stable Diffusion image generations
- Implement Q&A against your documentation using GPT-3, embeddings, and Datasette
- The Ultimate Guide to OpenAI’s GPT-3 Language Model shows how to work with OpenAI Playground to prototype solutions based on GPT-3
- Building a Custom Q&A Bot Using Embeddings combines embeddings and GPT-3 completion API to create a custom, factual QA model
- Build an AI Search Engine Using FastAPI, Qdrant, and ChatGPT shows how to build a semantic search engine
- AI powered document search shows an approach to build a semantic search engine for documents
- Tutorial: Build Your First Question Answering System shows how to build a question answering system using Haystack’s DocumentStore, Retriever, and Reader