Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 1_developer/2_rest/_load.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down
Loading