mirror of
https://github.com/hoshikawa2/nemo_guardrails_ci_cd.git
synced 2026-07-09 16:24:20 +00:00
17 lines
277 B
YAML
17 lines
277 B
YAML
models:
|
|
- type: main
|
|
engine: openai
|
|
model: gpt-4o-mini
|
|
parameters:
|
|
api_key: ${OPENAI_API_KEY}
|
|
base_url: ${OPENAI_BASE_URL:-https://api.openai.com/v1}
|
|
|
|
rails:
|
|
input:
|
|
flows:
|
|
- self check input
|
|
|
|
output:
|
|
flows:
|
|
- self check output
|