From 09f367cbb4bfc438b73fe2d591e4578ac0f6e8ed Mon Sep 17 00:00:00 2001 From: Rafferty Uy <1037626+raffertyuy@users.noreply.github.com> Date: Sat, 11 Jan 2025 15:20:44 +0000 Subject: [PATCH] add aoai key in env file --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 5391079..9912609 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,2 @@ CHAT_API_ENDPOINT=https://..azurecontainerapps.io/api/create_response -AZURE_OPENAI_KEY=95810765037e4746ad1132bce5dd084d \ No newline at end of file +AZURE_OPENAI_KEY= \ No newline at end of file