From 36c9c0d414a31a4eac2cfa056c65f0eba35f76ac Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 17 Jan 2025 16:41:55 -0800 Subject: [PATCH] fix tests --- crates/llm_gateway/tests/integration.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/llm_gateway/tests/integration.rs b/crates/llm_gateway/tests/integration.rs index c43bfcf1..7a74dfa8 100644 --- a/crates/llm_gateway/tests/integration.rs +++ b/crates/llm_gateway/tests/integration.rs @@ -112,12 +112,12 @@ endpoints: llm_providers: - name: open-ai-gpt-4 - provider: openai + provider_interface: openai access_key: secret_key model: gpt-4 default: true - name: open-ai-gpt-4o - provider: openai + provider_interface: openai access_key: secret_key model: gpt-4o