From 914436f2698614ac10a4842fd710452e1dd7a773 Mon Sep 17 00:00:00 2001 From: caufieldjh Date: Thu, 25 Jul 2024 14:45:36 -0400 Subject: [PATCH] Update docs --- docs/functions.md | 4 ++++ docs/setup.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/functions.md b/docs/functions.md index 9c45ada54..df0c06d01 100644 --- a/docs/functions.md +++ b/docs/functions.md @@ -70,6 +70,10 @@ Consult the full list of available models with: ontogpt list-models ``` +Note this will list all models available across a variety of sources - API keys will still be required to access many. + +The name in the first column is the model name to be used with the `--model` option, e.g., `--model mistral/mistral-medium`. + ### recurse Use the option `recurse` to specify whether recursion should be used when parsing the schema. diff --git a/docs/setup.md b/docs/setup.md index f48b6e422..687d5bb02 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -96,4 +96,4 @@ This may require a command like `ollama serve` or `sudo systemctl start ollama`. Then retrieve a model with `ollama pull `, e.g., `ollama pull llama3`. -The model may then be used in OntoGPT by prefixing its name with `ollama/`, e.g., `ollama/llama3`. +The model may then be used in OntoGPT by prefixing its name with `ollama/`, e.g., `ollama/llama3`, along with the `--model` option.