Skip to content

Commit 7a0f6ba

Browse files
authored
add gpt-5.4-mini to openai cua (#63)
1 parent 7e39c53 commit 7a0f6ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hyperbrowser/models/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"claude-sonnet-4-20250514",
7070
"claude-3-7-sonnet-20250219",
7171
]
72-
CuaLlm = Literal["computer-use-preview", "gpt-5.4"]
72+
CuaLlm = Literal["computer-use-preview", "gpt-5.4", "gpt-5.4-mini"]
7373
GeminiComputerUseLlm = Literal["gemini-2.5-computer-use-preview-10-2025",]
7474
SessionRegion = Literal[
7575
"us-central",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hyperbrowser"
3-
version = "0.88.1"
3+
version = "0.88.2"
44
description = "Python SDK for hyperbrowser"
55
authors = ["Nikhil Shahi <nshahi1998@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)