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