From 10a12e0906df68236266ad6e7681db7d929f8c68 Mon Sep 17 00:00:00 2001 From: geekan Date: Fri, 7 Jul 2023 14:00:43 +0800 Subject: [PATCH] support azure via openai demo --- config/config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index 820869fa1..52962ba49 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -1,7 +1,8 @@ +# DO NOT MODIFY THIS FILE, create a new key.yaml, define OPENAI_API_KEY. +# The configuration of key.yaml has a higher priority and will not enter git + #### if OpenAI -# Do not modify here, create a new key.yaml, define OPENAI_API_KEY. -# The configuration of key.yaml has a higher priority and will not enter git OPENAI_API_KEY: "YOUR_API_KEY" #OPENAI_API_BASE: "YOUR_API_BASE" @@ -21,7 +22,6 @@ RPM: 10 ## Visit https://serpapi.com/ to get key. #SERPAPI_API_KEY: "YOUR_API_KEY" -# ## Visit https://console.cloud.google.com/apis/credentials to get key. #GOOGLE_API_KEY: "YOUR_API_KEY" ## Visit https://programmablesearchengine.google.com/controlpanel/create to get id. @@ -30,4 +30,4 @@ RPM: 10 #### for TTS #AZURE_TTS_SUBSCRIPTION_KEY: "YOUR_API_KEY" -#AZURE_TTS_REGION: "eastus" \ No newline at end of file +#AZURE_TTS_REGION: "eastus"