diff --git a/fern/docs/pages/options/llms.mdx b/fern/docs/pages/options/llms.mdx index 4f5a532..c0fdf6c 100644 --- a/fern/docs/pages/options/llms.mdx +++ b/fern/docs/pages/options/llms.mdx @@ -11,7 +11,7 @@ These models are designed for text inference, and are used in the `/completions` | Model Name | Type | Use Case | Prompt Format | Context Length | More Info | | ---------------------------- | -------------------- | ------------------------------------------------------- | ----------------------------------------------------- | -------------- | ----------------------------------------------------| -| Hermes-3-Llama-3.1-70B | Chat | Instruction following or chat-like applications | [ChatML](/options/prompts#chatml) | 20480 | [link](/options/llms#hermes-3-llama-3.1-70b) | +| Hermes-3-Llama-3.1-70B | Chat | Instruction following or chat-like applications | [ChatML](/options/prompts#chatml) | 10240 | [link](/options/llms#hermes-3-llama-3.1-70b) | | Hermes-3-Llama-3.1-8B | Chat | Instruction following or chat-like applications | [ChatML](/options/prompts#chatml) | 10240 | [link](/options/llms#hermes-3-llama-3.1-8b) | | Hermes-2-Pro-Llama-3-8B | Chat | Instruction following or chat-like applications | [ChatML](/options/prompts#chatml) | 4096 | [link](/options/llms#hermes-2-pro-llama-3-8b) | | Nous-Hermes-Llama2-13b | Text Generation | Generating output in response to arbitrary instructions | [Alpaca](/options/prompts#alpaca) | 4096 | [link](/options/llms#nous-hermes-llama2-13b) |