Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Jul 25, 2024
1 parent 7059af5 commit 914436f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ This may require a command like `ollama serve` or `sudo systemctl start ollama`.

Then retrieve a model with `ollama pull <modelname>`, 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.

0 comments on commit 914436f

Please sign in to comment.