From 492dd3c28154039694d9aa1b73f8770b12cee694 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 3 Dec 2023 08:25:12 +0200 Subject: [PATCH] docs: Update Azure setup instructions in Usage.md --- Usage.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Usage.md b/Usage.md index 37fd61e1..548249d3 100644 --- a/Usage.md +++ b/Usage.md @@ -233,7 +233,7 @@ To use a different model than the default (GPT-4), you need to edit [configurati For models and environments not from OPENAI, you might need to provide additional keys and other parameters. See below for instructions. #### Azure -To use Azure, set in your .secrets.toml: +To use Azure, set in your `.secrets.toml` (working from CLI), or in the GitHub `Settings > Secrets and variables` (working from GitHub App or GitHub Action): ``` api_key = "" # your azure api key api_type = "azure" @@ -242,12 +242,11 @@ api_base = "" # The base URL for your Azure OpenAI resource. e.g. "https://