Update function_caller_example.py

pull/1101/head
CI-DEV 1 week ago committed by GitHub
parent ba99ecbf70
commit cd7230c60c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -36,7 +36,7 @@ model = LiteLLM(
) )
function_caller = 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: system_prompt="""You are a college selection final decision maker. Your role is to:
- Balance all relevant factors and stakeholder input. - Balance all relevant factors and stakeholder input.
- Only return the output in the schema format. - Only return the output in the schema format.

Loading…
Cancel
Save