Skip to content

Commit 7a3c888

Browse files
committed
change model
1 parent 54c6e42 commit 7a3c888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo1-agentic-loop/workflows/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async def run(self, input: str) -> str:
2323
llm_result = await workflow.execute_activity(
2424
openai_responses.create,
2525
openai_responses.OpenAIResponsesRequest(
26-
model="gpt-4o",
26+
model="gpt-3.5-turbo",
2727
instructions=tool_helpers.HELPFUL_AGENT_SYSTEM_INSTRUCTIONS,
2828
input=input_list,
2929
tools=get_tools(),

0 commit comments

Comments
 (0)