Skip to content

Commit

Permalink
Clarify location of YAML file (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkiss authored Jan 26, 2024
1 parent af492a9 commit a063ec1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/other-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ To add the `orca-mini-3b` model hosted by a local installation of [LocalAI](http
model_name: orca-mini-3b.ggmlv3
api_base: "http://localhost:8080"
```

The location of this file is [system dependent](https://llm.datasette.io/en/stable/setup.html#setting-a-custom-directory-location).

If the `api_base` is set, the existing configured `openai` API key will not be sent by default.

You can set `api_key_name` to the name of a key stored using the {ref}`api-keys` feature.
Expand Down

0 comments on commit a063ec1

Please sign in to comment.