From a84501b69046aacffa1c156cbffa52bc3e4a693b Mon Sep 17 00:00:00 2001 From: Niklas Peng Date: Fri, 30 May 2025 19:49:45 +0200 Subject: [PATCH] =?UTF-8?q?src/env=5Fexample=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/env_example | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/env_example diff --git a/src/env_example b/src/env_example deleted file mode 100644 index fe3f631..0000000 --- a/src/env_example +++ /dev/null @@ -1,15 +0,0 @@ -# AI Provider Configuration -# Set to "openai" or "anthropic" -AI_PROVIDER=anthropic - -# OpenAI API Configuration (if using OpenAI) - not implemented! -OPENAI_API_KEY=your_openai_api_key_here -OPENAI_MODEL=gpt-4 - -# Anthropic API Configuration (if using Anthropic) -ANTHROPIC_API_KEY=your_anthropic_api_key_here -ANTHROPIC_MODEL=claude-3-opus-20240229 - -# Search API Configuration (Google Custom Search) -SEARCH_API_KEY=your_google_api_key_here -SEARCH_ENGINE_ID=your_search_engine_id_here