From 78f9e2b0b2663e45a55a77547f07f6b7c8ab56a9 Mon Sep 17 00:00:00 2001 From: hlohaus <983577+hlohaus@users.noreply.github.com> Date: Fri, 11 Jul 2025 12:55:15 +0200 Subject: [PATCH] Add example.env --- example.env | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 example.env diff --git a/example.env b/example.env new file mode 100644 index 00000000..0679c4f2 --- /dev/null +++ b/example.env @@ -0,0 +1,13 @@ +# Rename this file to .env and copy it to your cookies directory +# Update the API_KEY and other variables as needed + +HUUGINGFACE_API_KEY= +POLLINATIONS_API_KEY= +GEMINI_API_KEY= +TOGETHER_API_KEY= +DEEPINFRA_API_KEY= +OPENAI_API_KEY= +GROQ_API_KEY= +AZURE_API_KEY= +AZURE_API_ENDPOINT= +AZURE_DEFAULT_MODEL= \ No newline at end of file