examples(foundational): update 14i-fireworks with new serverless model

This commit is contained in:
Aleix Conchillo Flaqué
2025-12-05 15:31:29 -08:00
parent 6aee72c5b4
commit 4d03270bc3

View File

@@ -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.