MCPcopy Create free account
hub / github.com/FareedKhan-dev/ai-long-task / ComputerUseConfig

Class ComputerUseConfig

config.py:68–78  ·  view source on GitHub ↗

Configuration for OpenAI Computer Use (Visual Evaluator)

Source from the content-addressed store, hash-verified

66
67@dataclass
68class ComputerUseConfig:
69 """Configuration for OpenAI Computer Use (Visual Evaluator)"""
70 enabled: bool = False
71 model: str = "gpt-4o" # Updated model to a more common multimodal model
72 display_width: int = 1024
73 display_height: int = 768
74 screenshot_delay: float = 2.0 # Time to wait for UI to render before taking a screenshot
75
76 # Sampling settings for the multimodal model
77 temperature: float = 0.1
78 max_tokens: int = 2048
79
80
81@dataclass

Callers 2

_worker_initFunction · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected