From b52a5228aa0db8cbd6e6c863b7421a663d27a559 Mon Sep 17 00:00:00 2001 From: Prajakta Kulkarni <72035463+prajaktakul6@users.noreply.github.com> Date: Sun, 7 Dec 2025 16:16:18 -0800 Subject: [PATCH] Fix description grammar in _load.md --- 1_developer/2_rest/_load.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1_developer/2_rest/_load.md b/1_developer/2_rest/_load.md index 24cf884..e69a218 100644 --- a/1_developer/2_rest/_load.md +++ b/1_developer/2_rest/_load.md @@ -1,6 +1,6 @@ --- title: "Load a model" -description: "Load an LLM or Embedding model into memory with custom configuration for inference" +description: "Load an LLM or Embedding model into memory with custom configuration for inference." fullPage: true index: 7 api_info: @@ -14,7 +14,7 @@ api_info: - name: model type: string optional: false - description: Unique identifier for the model to load. Can be an LLM or embedding model. + description: Unique identifier for the model to load. Can be an LLM or an embedding model. - name: context_length type: number optional: true