Skip to content

Commit 000446c

Browse files
Remove 'openai/gpt-5.4' model from OpenAIModels type
Removed 'openai/gpt-5.4' from the list of OpenAI models.
1 parent 45bc559 commit 000446c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

agents/src/inference/llm.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import { type AnyString, createAccessToken } from './utils.js';
1717
const DEFAULT_BASE_URL = 'https://agent-gateway.livekit.cloud/v1';
1818

1919
export type OpenAIModels =
20-
| 'openai/gpt-5.4'
2120
| 'openai/gpt-5.2'
2221
| 'openai/gpt-5.2-chat-latest'
2322
| 'openai/gpt-5.1'

0 commit comments

Comments
 (0)