Skip to content

Commit 82d95d5

Browse files
authored
Merge pull request #230 from restackio/update-41-mini
Update examples to use gpt-4.1-mini
2 parents fe2317f + 92e16ef commit 82d95d5

File tree

1 file changed

+1
-1
lines changed
  • agent_telephony/twilio_livekit/agent_twilio/src/functions

1 file changed

+1
-1
lines changed

agent_telephony/twilio_livekit/agent_twilio/src/functions/llm_logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async def llm_logic(
3636
voice_mail_detection = ""
3737

3838
response = client.beta.chat.completions.parse(
39-
model="gpt-4o",
39+
model="gpt-4.1-mini",
4040
messages=[
4141
{
4242
"role": "system",

0 commit comments

Comments
 (0)