From a1524390b913cb87614576e91141538ae8c296a8 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Mon, 28 Apr 2025 12:51:07 -0700 Subject: [PATCH] update the run.yaml --- tests/verifications/openai-api-verification-run.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/verifications/openai-api-verification-run.yaml b/tests/verifications/openai-api-verification-run.yaml index 3ea9e7157..625228ca1 100644 --- a/tests/verifications/openai-api-verification-run.yaml +++ b/tests/verifications/openai-api-verification-run.yaml @@ -6,6 +6,7 @@ apis: - telemetry - tool_runtime - vector_io +- safety providers: inference: - provider_id: together @@ -17,12 +18,12 @@ providers: provider_type: remote::fireworks config: url: https://api.fireworks.ai/inference/v1 - api_key: ${env.FIREWORKS_API_KEY} + api_key: ${env.FIREWORKS_API_KEY:} - provider_id: groq provider_type: remote::groq config: url: https://api.groq.com - api_key: ${env.GROQ_API_KEY} + api_key: ${env.GROQ_API_KEY:} - provider_id: openai provider_type: remote::openai config: @@ -46,6 +47,11 @@ providers: service_name: "${env.OTEL_SERVICE_NAME:\u200B}" sinks: ${env.TELEMETRY_SINKS:console,sqlite} sqlite_db_path: ${env.SQLITE_DB_PATH:~/.llama/distributions/openai/trace_store.db} + safety: + - provider_id: llama-guard + provider_type: inline::llama-guard + config: + excluded_categories: [] agents: - provider_id: meta-reference provider_type: inline::meta-reference