From 525ba801ffa9d7432d05d42b78f24f113c39a45c Mon Sep 17 00:00:00 2001 From: Mal Curtis Date: Wed, 6 Dec 2023 19:00:10 +1300 Subject: [PATCH] s/Azuer/Azure (#336) --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index cfd20662..922bf59b 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -38,7 +38,7 @@ en: ai_nsfw_flag_threshold_sexy: "Threshold for an image classified as sexy to be considered NSFW." ai_nsfw_models: "Models to use for NSFW inference." - ai_openai_gpt35_url: "Custom URL used for GPT 3.5 chat completions. (for Azuer support)" + ai_openai_gpt35_url: "Custom URL used for GPT 3.5 chat completions. (for Azure support)" ai_openai_gpt35_16k_url: "Custom URL used for GPT 3.5 16k chat completions. (for Azure support)" ai_openai_gpt4_url: "Custom URL used for GPT 4 chat completions. (for Azure support)" ai_openai_gpt4_32k_url: "Custom URL used for GPT 4 32k chat completions. (for Azure support)"