mirror of
https://github.com/trycua/computer.git
synced 2026-02-17 20:10:07 -06:00
Pin OpenAI version to work around BerriAI/litellm#13711
This commit is contained in:
@@ -4,7 +4,9 @@ requires = ["pdm-backend"]
|
||||
|
||||
[project]
|
||||
authors = [{ name = "TryCua", email = "gh@trycua.com" }]
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"openai<1.100.0",
|
||||
]
|
||||
description = "CUA (Computer Use Agent) mono-repo"
|
||||
license = { text = "MIT" }
|
||||
name = "cua-workspace"
|
||||
|
||||
Reference in New Issue
Block a user