🔥(backend) remove settings AI_STREAM

We don't need anymore the AI_STREAM settings, we use the stream all the
time.
This commit is contained in:
Manuel Raynaud
2026-02-17 17:42:49 +01:00
committed by Anthony LC
parent 0ba6f02d1a
commit 24ec1fa70e
6 changed files with 0 additions and 9 deletions

View File

@@ -14,7 +14,6 @@ export const CONFIG = {
color: '#8bc6ff',
},
AI_FEATURE_ENABLED: true,
AI_STREAM: true,
API_USERS_SEARCH_QUERY_MIN_LENGTH: 3,
CRISP_WEBSITE_ID: null,
COLLABORATION_WS_URL: 'ws://localhost:4444/collaboration/ws/',