-
Notifications
You must be signed in to change notification settings - Fork 1.4k
use inference gateway in the readme #3665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
cli, | ||
function_tool, | ||
) | ||
from livekit.plugins import deepgram, elevenlabs, openai, silero |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can remove this
You'll need the following environment variables for this example: | ||
|
||
- DEEPGRAM_API_KEY | ||
- OPENAI_API_KEY | ||
- ELEVEN_API_KEY |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
No description provided.