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