diff --git a/fern/assistants/llm-model-selection.mdx b/fern/assistants/llm-model-selection.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/fern/assistants/transcriber-model-selection.mdx b/fern/assistants/transcriber-model-selection.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/fern/assistants/voice-model-selection.mdx b/fern/assistants/voice-model-selection.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/fern/docs.yml b/fern/docs.yml index cfa92da5f..dc8a3c796 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -124,6 +124,14 @@ navigation: contents: - page: Voice AI Prompting Guide path: prompting-guide.mdx + - section: Model Selection Tips + contents: + - page: LLM Selection + path: assistants/llm-model-selection.mdx + - page: Transcriber Selection + path: assistants/transcriber-model-selection.mdx + - page: Voice Selection + path: assistants/voice-model-selection.mdx - page: Persistent Assistants path: assistants/persistent-assistants.mdx - page: Dynamic Variables