From a063ec151a551f4ff847be77d078fdf7b9530018 Mon Sep 17 00:00:00 2001 From: Richard Kiss Date: Fri, 26 Jan 2024 14:18:52 -0800 Subject: [PATCH] Clarify location of YAML file (#381) --- docs/other-models.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/other-models.md b/docs/other-models.md index 293c5a40..1e035ed5 100644 --- a/docs/other-models.md +++ b/docs/other-models.md @@ -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.