Skip to content

Conversation

theomonnom
Copy link
Member

No description provided.

@theomonnom theomonnom requested a review from davidzhao October 16, 2025 06:07
cli,
function_tool,
)
from livekit.plugins import deepgram, elevenlabs, openai, silero
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can remove this

Comment on lines 115 to 119
You'll need the following environment variables for this example:

- DEEPGRAM_API_KEY
- OPENAI_API_KEY
- ELEVEN_API_KEY
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this

llm=openai.LLM(model="gpt-4o-mini"),
tts=openai.TTS(voice="echo"),
stt="deepgram/nova-3",
llm="openai/gpt-4o",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we're recommending openai/gpt-4.1.mini as the new default

Copy link
Member Author

@theomonnom theomonnom Oct 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This model hallucinates a lot, can't get the drive-thru tests to pass

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh we should probably not be using it as default then - will revive the convo in slack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants