|
|
@ -51,7 +51,7 @@ You are a college selection final decision maker. Your role is to:
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
|
|
function_caller = LiteLLM(
|
|
|
|
function_caller = LiteLLM(
|
|
|
|
model_name="gpt-4o",
|
|
|
|
model_name="gpt-4.1",
|
|
|
|
system_prompt=FINAL_AGENT_PROMPT,
|
|
|
|
system_prompt=FINAL_AGENT_PROMPT,
|
|
|
|
response_format=CollegesRecommendation,
|
|
|
|
response_format=CollegesRecommendation,
|
|
|
|
temperature=0.1,
|
|
|
|
temperature=0.1,
|
|
|
|