Built-inprompt engineering
XML Tagging
XML Tagging
Use tags like
Related Articles
OpenAI Cookbook
How to work with large language models
[Large language models][Large language models Blog Post] are functions that map text to text. Given an input string of text, a large language model predicts the text that should come next.
OpenAI Cookbook
Techniques to improve reliability
When GPT-3 fails on a task, what should you do?
OpenAI Cookbook
Related resources from around the web
People are writing great tools and papers for improving outputs from GPT. Here are some cool ones we've seen:
OpenAI Cookbook
How_to_stream_completions
{ "cells": { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": " How to stream completions\n", "\n", "By default, when you request a completion...