Skip to content

Commit 73f1fbd

Browse files
authored
Update models.md
1 parent bba50cd commit 73f1fbd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/ai-foundry/openai/concepts/models.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ GPT-3.5 models can understand and generate natural language or code. The most ca
194194

195195
To learn more about how to interact with GPT-3.5 Turbo and the Chat Completions API, check out our [in-depth how-to article](../how-to/chatgpt.md).
196196

197-
**<sup>1</sup>** This model accepts requests greater than 4,096 tokens. We don't recommend that you exceed the 4,096 input token limit, because the newer version of the model is capped at 4,096 tokens. If you encounter issues when you exceed 4,096 input tokens with this model, this configuration isn't officially supported.
198-
199197
## Embeddings
200198

201199
`text-embedding-3-large` is the latest and most capable embedding model. You can't upgrade between embeddings models. To move from using `text-embedding-ada-002` to `text-embedding-3-large`, you need to generate new embeddings.

0 commit comments

Comments
 (0)