From 1b3c1b8ba528eaf6ee8037792b633bb4761eb030 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 17 Jan 2025 16:52:38 -0800 Subject: [PATCH] fix tests --- crates/prompt_gateway/tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/prompt_gateway/tests/integration.rs b/crates/prompt_gateway/tests/integration.rs index cb9054f3..1a6ed0e6 100644 --- a/crates/prompt_gateway/tests/integration.rs +++ b/crates/prompt_gateway/tests/integration.rs @@ -131,7 +131,7 @@ endpoints: llm_providers: - name: open-ai-gpt-4 - provider: openai + provider_interface: openai access_key: secret_key model: gpt-4 default: true