From 1069c991c8a53eb14129e3610b85f5df5b228d80 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 23 Oct 2023 11:19:43 -0700 Subject: [PATCH] (docs) add .env.template --- openai-proxy/.env.template | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 openai-proxy/.env.template diff --git a/openai-proxy/.env.template b/openai-proxy/.env.template new file mode 100644 index 0000000000..0d4649d7b5 --- /dev/null +++ b/openai-proxy/.env.template @@ -0,0 +1,10 @@ +OPENAI_API_KEY = "" + +AZURE_API_KEY = "" +AZURE_API_BASE = "" +AZURE_API_VERSION = "" + +ANTHROPIC_API_KEY = "" + +COHERE_API_KEY = "" +