From afb06c61d767292297e97f5838d8f4f063b776db Mon Sep 17 00:00:00 2001 From: Ankur Singh Date: Mon, 28 Oct 2024 09:49:25 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Remove=20repetitive=20wo?= =?UTF-8?q?rd=20(#4525)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/usage/agents/model.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/agents/model.mdx b/docs/usage/agents/model.mdx index 57f3504114c7..b5131fb0cad6 100644 --- a/docs/usage/agents/model.mdx +++ b/docs/usage/agents/model.mdx @@ -17,7 +17,7 @@ tags: ## ChatGPT - **gpt-3.5-turbo**: Currently the fastest generating ChatGPT model, it is faster but may sacrifice some text quality, with a context length of 4k. -- **gpt-4**: ChatGPT 4.0 has improved language understanding and generation capabilities compared to 3.5. It can better understand context and context, and generate more accurate and natural responses. This is thanks to improvements in the GPT-4 model, including better language modeling and deeper semantic understanding, but it may be slower than other models, with a context length of 8k. +- **gpt-4**: ChatGPT 4.0 has improved language understanding and generation capabilities compared to 3.5. It can better understand context and generate more accurate and natural responses. This is thanks to improvements in the GPT-4 model, including better language modeling and deeper semantic understanding, but it may be slower than other models, with a context length of 8k. - **gpt-4-32k**: Similar to gpt-4, the context limit is increased to 32k tokens, with a higher cost. ## Concept of Model Parameters