We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2873f70 commit 3d9ace2Copy full SHA for 3d9ace2
src/flare_ai_consensus/settings.py
@@ -94,9 +94,7 @@ class Settings(BaseSettings):
94
95
# OpenRouter Settings
96
open_router_base_url: str = "https://openrouter.ai/api/v1"
97
- open_router_api_key: str = (
98
- "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"
99
- )
+ open_router_api_key: str = ""
100
101
# Path Settings
102
data_path: Path = create_path("data")
0 commit comments