Update OpenAILLMService examples to use gpt-4.1
This commit is contained in:
@@ -111,7 +111,7 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
|
||||
|
||||
llm = OpenAILLMService(
|
||||
api_key=os.getenv("OPENAI_API_KEY"),
|
||||
model="gpt-4o",
|
||||
model="gpt-4.1",
|
||||
)
|
||||
|
||||
messages = [
|
||||
|
||||
Reference in New Issue
Block a user