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