Skip to content

Commit

Permalink
Misc changes for 1.0.0rc2 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Jul 25, 2024
2 parents c27b489 + 914436f commit 60e1c44
Show file tree
Hide file tree
Showing 6 changed files with 215 additions and 206 deletions.
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.
Loading

0 comments on commit 60e1c44

Please sign in to comment.