7
0
forked from yvv/decision

Revert Claude : retour au stub Qwen — interface stable, branchement à venir

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Yvv
2026-04-24 05:10:49 +02:00
parent 9b6322c546
commit 1f92f153c5
4 changed files with 10 additions and 149 deletions
+2 -3
View File
@@ -39,9 +39,8 @@ class Settings(BaseSettings):
RATE_LIMIT_AUTH: int = 10
RATE_LIMIT_VOTE: int = 30
# AI (Claude — substitut Qwen en attendant le déploiement local)
ANTHROPIC_API_KEY: str = ""
ANTHROPIC_MODEL: str = "claude-haiku-4-5-20251001"
# AI — Qwen3.6 (MacStudio) endpoint, branché plus tard
QWEN_API_URL: str = ""
# Blockchain cache
BLOCKCHAIN_CACHE_TTL_SECONDS: int = 3600