Rename: jarvisChat → cAIc (product name)
- jarvisChat/JarvisChat/jarvischat → cAIc/cAIc/caic (branded/lower) - JARVISCHAT_ env vars → CAIC_ - jc- script/config prefix → caic- - jarvis_rag → caic_rag - jarvischat.db / volumes → caic.db / caic_* - AMQP vhost/user jarvischat → caic - Syslog, loggers, docstrings all updated - 47 files, zero stale references, 148 tests pass
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
JarvisChat - SearXNG integration, perplexity scoring, refusal/hedge detection.
|
||||
cAIc - SearXNG integration, perplexity scoring, refusal/hedge detection.
|
||||
"""
|
||||
import logging
|
||||
import math
|
||||
@@ -10,7 +10,7 @@ import httpx
|
||||
|
||||
from config import SEARXNG_BASE, PERPLEXITY_THRESHOLD, REFUSAL_PATTERNS, HEDGE_PATTERNS
|
||||
|
||||
log = logging.getLogger("jarvischat")
|
||||
log = logging.getLogger("caic")
|
||||
|
||||
|
||||
def sanitize_outbound_url(url: str) -> str:
|
||||
|
||||
Reference in New Issue
Block a user