diff --git a/backend/app/core/config.py b/backend/app/core/config.py index 1d5d38c..4b6f296 100644 --- a/backend/app/core/config.py +++ b/backend/app/core/config.py @@ -96,7 +96,6 @@ def cors_origins_list(self) -> list[str]: COUNCIL_TIMEOUT: int = 60 # Max time for council decision COUNCIL_MIN_CONSENSUS: float = 0.6 # Minimum consensus for decision COUNCIL_ENABLE_PARALLEL: bool = True # Parallel model calls - COUNCIL_ENABLE_PARALLEL: bool = True # Parallel model calls COUNCIL_MAX_RETRIES: int = 2 # Safety Specific Config (User Override) diff --git a/extension/manifest.json b/extension/manifest.json index 6415019..e96b95d 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -13,7 +13,6 @@ "https://claude.ai/*", "https://gemini.google.com/*", "https://grok.com/*", - "https://groq.com/*", "http://localhost:8001/*" ], "content_scripts": [ @@ -22,8 +21,7 @@ "https://chatgpt.com/*", "https://claude.ai/*", "https://gemini.google.com/*", - "https://grok.com/*", - "https://groq.com/*" + "https://grok.com/*" ], "js": ["content.js"], "run_at": "document_end"