feat(athena): adicionar arquivo de configuração geral
This commit is contained in:
parent
0678ff2de0
commit
5fb2269f18
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
"""
|
||||
Athena Configuration Constants
|
||||
Centralizes configuration for the Athena system.
|
||||
"""
|
||||
|
||||
# Routing Thresholds
|
||||
ROUTING_THRESHOLD = 0.75 # Limiar para detecção de Out-of-Domain
|
||||
RAG_CONFIDENCE_THRESHOLD = 0.6 # Limiar para evitar alucinação/respostas de baixa confiança
|
||||
|
||||
# Models
|
||||
SAFETY_MODEL = "llama-guard-3"
|
||||
|
||||
# Paths
|
||||
PATH_GAP_LOGS = ".gemini/knowledge_gaps/"
|
||||
Loading…
Reference in New Issue