mirror of
https://github.com/hoshikawa2/nemo_guardrails_configuration.git
synced 2026-07-09 17:04:20 +00:00
Funcional
This commit is contained in:
14
final_pkg/company_nemo_guardrails/env.variables
Normal file
14
final_pkg/company_nemo_guardrails/env.variables
Normal file
@@ -0,0 +1,14 @@
|
||||
# Proxy OpenAI-compatible, por exemplo seu proxy OCI
|
||||
OPENAI_API_BASE=http://127.0.0.1:8051/v1
|
||||
OPENAI_BASE_URL=http://127.0.0.1:8051/v1
|
||||
OPENAI_API_KEY=dummy
|
||||
OPENAI_MODEL=gpt-5
|
||||
|
||||
# Tracing / Phoenix / OpenTelemetry
|
||||
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:6006/v1/traces
|
||||
OTEL_SERVICE_NAME=nemo-guardrails-demo
|
||||
ENABLE_TRACING=true
|
||||
|
||||
# Modo demo: usa cliente fake se o proxy não estiver disponível
|
||||
USE_MOCK_LLM=false
|
||||
ALCADA_MAX_AJUSTE=50
|
||||
Reference in New Issue
Block a user