Merge pull request #836 from KrishavRajSingh/fix/optional_anthropic_key

This commit is contained in:
Sharath 2025-06-26 18:22:50 +05:30 committed by GitHub
commit 5df3835baf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class Configuration:
return self.STRIPE_TIER_200_1000_ID_PROD
# LLM API keys
ANTHROPIC_API_KEY: str = None
ANTHROPIC_API_KEY: Optional[str] = None
OPENAI_API_KEY: Optional[str] = None
GROQ_API_KEY: Optional[str] = None
OPENROUTER_API_KEY: Optional[str] = None