Rely on default OpenAI model for examples and tests
This commit is contained in:
@@ -156,7 +156,7 @@ async def main():
|
||||
voice_id="71a7ad14-091c-4e8e-a314-022ece01c121", # British Reading Lady
|
||||
)
|
||||
|
||||
llm = OpenAILLMService(api_key=os.getenv("OPENAI_API_KEY"), model="gpt-4.1")
|
||||
llm = OpenAILLMService(api_key=os.getenv("OPENAI_API_KEY"))
|
||||
|
||||
ta = TalkingAnimation()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user