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://