From 4d03270bc339247a19a018513ca32fe367c58b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Fri, 5 Dec 2025 15:31:29 -0800 Subject: [PATCH] examples(foundational): update 14i-fireworks with new serverless model --- examples/foundational/14i-function-calling-fireworks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/foundational/14i-function-calling-fireworks.py b/examples/foundational/14i-function-calling-fireworks.py index 235dcf8cc..87adfec41 100644 --- a/examples/foundational/14i-function-calling-fireworks.py +++ b/examples/foundational/14i-function-calling-fireworks.py @@ -76,7 +76,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments): llm = FireworksLLMService( api_key=os.getenv("FIREWORKS_API_KEY"), - model="accounts/fireworks/models/llama-v3p1-405b-instruct", + model="accounts/fireworks/models/gpt-oss-20b", ) # You can also register a function_name of None to get all functions # sent to the same callback with an additional function_name parameter.