Assistants API Overview: Rearrange intro text and image. (#851)

pull/852/head
Ilan Bigio 6 months ago committed by GitHub
parent 5060a68179
commit 96d8f3b08e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,13 @@
"# Assistants API Overview (Python SDK)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"The new [Assistants API](https://platform.openai.com/docs/assistants/overview) is a stateful evolution of our [Chat Completions API](https://platform.openai.com/docs/guides/text-generation/chat-completions-api) meant to simplify the creation of assistant-like experiences, and enable developer access to powerful tools like Code Interpreter and Retrieval."
]
},
{
"cell_type": "markdown",
"metadata": {},
@ -18,9 +25,6 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"\n",
"The new [Assistants API](https://platform.openai.com/docs/assistants/overview) is a stateful evolution of our [Chat Completions API](https://platform.openai.com/docs/guides/text-generation/chat-completions-api) meant to simplify the creation of assistant-like experiences, and enable developer access to powerful tools like Code Interpreter and Retrieval.\n",
"\n",
"## Chat Completions API vs Assistants API\n",
"\n",
"The primitives of the **Chat Completions API** are `Messages`, on which you perform a `Completion` with a `Model` (`gpt-3.5-turbo`, `gpt-4`, etc). It is lightweight and powerful, but inherently stateless, which means you have to manage conversation state, tool definitions, retrieval documents, and code execution manually.\n",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 561 KiB

After

Width:  |  Height:  |  Size: 557 KiB

Loading…
Cancel
Save