We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e39c53 commit 7a0f6baCopy full SHA for 7a0f6ba
2 files changed
hyperbrowser/models/consts.py
@@ -69,7 +69,7 @@
69
"claude-sonnet-4-20250514",
70
"claude-3-7-sonnet-20250219",
71
]
72
-CuaLlm = Literal["computer-use-preview", "gpt-5.4"]
+CuaLlm = Literal["computer-use-preview", "gpt-5.4", "gpt-5.4-mini"]
73
GeminiComputerUseLlm = Literal["gemini-2.5-computer-use-preview-10-2025",]
74
SessionRegion = Literal[
75
"us-central",
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "hyperbrowser"
3
-version = "0.88.1"
+version = "0.88.2"
4
description = "Python SDK for hyperbrowser"
5
authors = ["Nikhil Shahi <nshahi1998@gmail.com>"]
6
license = "MIT"
0 commit comments