Skip to content

Commit 379ae54

Browse files
committed
Remove markdown table of now deprecated OpenAI models
1 parent 03148e5 commit 379ae54

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

learn/generation/openai/chatgpt/plugins/langchain-docs-plugin.ipynb

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -559,16 +559,9 @@
559559
"id": "ig7Py5NVtXPn"
560560
},
561561
"source": [
562-
"Note that for the tokenizer we defined the encoder as `\"cl100k_base\"`. This is a specific tiktoken encoder which is used by `gpt-3.5-turbo`. Other encoders exist and at the time of writing are summarized as:\n",
563-
"\n",
564-
"| Encoder | Models |\n",
565-
"| --- | --- |\n",
566-
"| `cl100k_base` | `gpt-4`, `gpt-3.5-turbo`, `text-embedding-ada-002` |\n",
567-
"| `p50k_base` | `text-davinci-003`, `code-davinci-002`, `code-cushman-002` |\n",
568-
"| `r50k_base` | `text-davinci-001`, `davinci`, `text-similarity-davinci-001` |\n",
569-
"| `gpt2` | `gpt2` |\n",
570-
"\n",
571-
"You can find these details in the [Tiktoken `model.py` script](https://github.com/openai/tiktoken/blob/main/tiktoken/model.py), or using `tiktoken.encoding_for_model`:"
562+
"Note that for the tokenizer we defined the encoder as `\"cl100k_base\"`. This is a specific tiktoken encoder which is used by `gpt-3.5-turbo`, as well as `gpt-4`, and `text-embedding-ada-002` which are models supported by OpenAI at the time of this writing. Other encoders may be available, but are used with models that are now deprecated by OpenAI.\n",
563+
"\n",
564+
"You can find more details in the [Tiktoken `model.py` script](https://github.com/openai/tiktoken/blob/main/tiktoken/model.py), or using `tiktoken.encoding_for_model`:"
572565
]
573566
},
574567
{

0 commit comments

Comments
 (0)