Skip to content

Commit

Permalink
📝 docs: Remove repetitive word (lobehub#4525)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur0904 authored Oct 28, 2024
1 parent 2aea033 commit afb06c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/agents/model.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afb06c6

Please sign in to comment.