Merge pull request #1596 from pipecat-ai/mb/gpt-4.1

Update services and examples to use gpt-4.1 by default
This commit is contained in:
Mark Backman
2025-04-16 08:37:48 -04:00
committed by GitHub
72 changed files with 75 additions and 87 deletions

View File

@@ -155,7 +155,7 @@ async def main():
)
# Initialize LLM service
llm = OpenAILLMService(api_key=os.getenv("OPENAI_API_KEY"), model="gpt-4o")
llm = OpenAILLMService(api_key=os.getenv("OPENAI_API_KEY"))
messages = [
{