Skip to content

Commit 3d9ace2

Browse files
committed
fix(settings): update env variables
1 parent 2873f70 commit 3d9ace2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/flare_ai_consensus/settings.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ class Settings(BaseSettings):
9494

9595
# OpenRouter Settings
9696
open_router_base_url: str = "https://openrouter.ai/api/v1"
97-
open_router_api_key: str = (
98-
"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"
99-
)
97+
open_router_api_key: str = ""
10098

10199
# Path Settings
102100
data_path: Path = create_path("data")

0 commit comments

Comments
 (0)