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:23 -03:00
committed by GitHub
parent 6e06bf97c0
commit c71005e249

View File

@@ -50,7 +50,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 = [
{