Using the default model for OpenAi.

Co-authored-by: Mark Backman <mark@daily.co>
This commit is contained in:
Filipi da Silva Fuchter
2025-04-17 17:43:39 -03:00
committed by GitHub
parent c71005e249
commit e872ff943a

View File

@@ -68,7 +68,7 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
voice_id="71a7ad14-091c-4e8e-a314-022ece01c121", # British Reading Lady
)
llm = OpenAILLMService(api_key=os.getenv("OPENAI_API_KEY"), model="gpt-4o")
llm = OpenAILLMService(api_key=os.getenv("OPENAI_API_KEY"))
messages = [
{