examples: use gpt-4o model by default

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-30 14:38:13 -07:00
parent 797f82c836
commit 533c09741c
15 changed files with 18 additions and 17 deletions

View File

@@ -56,7 +56,7 @@ async def main(room_url, token=None):
llm_service = OpenAILLMService(
api_key=os.getenv("OPENAI_API_KEY"),
model="gpt-4-turbo"
model="gpt-4o"
)
tts_service = ElevenLabsTTSService(