mirror of
https://github.com/trycua/computer.git
synced 2026-01-01 11:00:31 -06:00
Fix broken links in docs
This commit is contained in:
@@ -9,9 +9,9 @@ The benchmark system evaluates models on GUI grounding tasks, specifically agent
|
||||
|
||||
## Available Benchmarks
|
||||
|
||||
- **[ScreenSpot-v2](./screenspot-v2)** - Standard resolution GUI grounding
|
||||
- **[ScreenSpot-Pro](./screenspot-pro)** - High-resolution GUI grounding
|
||||
- **[Interactive Testing](./interactive)** - Real-time testing and visualization
|
||||
- **[ScreenSpot-v2](./benchmarks/screenspot-v2)** - Standard resolution GUI grounding
|
||||
- **[ScreenSpot-Pro](./benchmarks/screenspot-pro)** - High-resolution GUI grounding
|
||||
- **[Interactive Testing](./benchmarks/interactive)** - Real-time testing and visualization
|
||||
|
||||
## Quick Start
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ agent = ComputerAgent(
|
||||
)
|
||||
```
|
||||
|
||||
See also: [Budget Manager Callbacks](./callbacks#cost-saving)
|
||||
See also: [Budget Manager Callbacks](./callbacks/cost-saving)
|
||||
|
||||
## See Also
|
||||
- [Prompt Caching](./prompt-caching)
|
||||
|
||||
Reference in New Issue
Block a user