From 13710de5b83bf03ccd185cedf2ea10a885c403a8 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Thu, 22 May 2025 16:28:14 -0700 Subject: [PATCH] fix groq --- demos/samples_python/weather_forecast/arch_config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/demos/samples_python/weather_forecast/arch_config.yaml b/demos/samples_python/weather_forecast/arch_config.yaml index b6463594..8585bc6f 100644 --- a/demos/samples_python/weather_forecast/arch_config.yaml +++ b/demos/samples_python/weather_forecast/arch_config.yaml @@ -19,9 +19,8 @@ overrides: llm_providers: - name: groq access_key: $GROQ_API_KEY - provider_interface: openai + provider_interface: groq model: llama-3.2-3b-preview - base_url: https://api.groq.com - name: gpt-4o access_key: $OPENAI_API_KEY