From cd7230c60c63724a07aa826872c02830e5ce5cf4 Mon Sep 17 00:00:00 2001 From: CI-DEV <154627941+IlumCI@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:26:24 +0300 Subject: [PATCH] Update function_caller_example.py --- examples/demos/spike/function_caller_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demos/spike/function_caller_example.py b/examples/demos/spike/function_caller_example.py index 46c8b9fe..dbf8f032 100644 --- a/examples/demos/spike/function_caller_example.py +++ b/examples/demos/spike/function_caller_example.py @@ -36,7 +36,7 @@ model = LiteLLM( ) function_caller = LiteLLM( - model_name="gpt-4o", + model_name="gpt-4.1", system_prompt="""You are a college selection final decision maker. Your role is to: - Balance all relevant factors and stakeholder input. - Only return the output in the schema format.