Skip to content

Commit 6f5087f

Browse files
committed
add gemini-3.5-flash to gemini computer use
1 parent 9a8665a commit 6f5087f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

hyperbrowser/models/consts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
]
7575
CuaLlm = Literal["computer-use-preview", "gpt-5.4", "gpt-5.4-mini", "gpt-5.5"]
7676
GeminiComputerUseLlm = Literal[
77+
"gemini-3.5-flash",
7778
"gemini-3-flash-preview",
7879
"gemini-2.5-computer-use-preview-10-2025",
7980
]

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.92.0"
3+
version = "0.92.1"
44
description = "Python SDK for hyperbrowser"
55
authors = ["Nikhil Shahi <nshahi1998@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)