Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/docs/guides/goose-cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ goose run --max-turns 25 -i plan.md

### bench

Used to evaluate system-configuration across a range of practical tasks. See the [detailed guide](/docs/guides/benchmarking) for more information.
Used to evaluate system-configuration across a range of practical tasks. See the [detailed guide](/docs/tutorials/benchmarking) for more information.

**Usage:**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
sidebar_position: 12
title: Benchmarking with Goose
sidebar_label: Benchmark with Goose
---
Expand Down Expand Up @@ -195,5 +194,6 @@ RUST_LOG=debug goose bench bench-config.json
### Tool Shimming

Tool shimming allows you to use a non-tool-capable models with Goose, provided Ollama is installed on the
system.<br></br>
See this guide for important details on [tool shimming](experimental-features).
system.

See this guide for important details on [tool shimming](/docs/guides/experimental-features).
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Building Goose in Docker
sidebar_label: Goose in Docker
sidebar_position: 15
---

:::info Tell Us What You Need
Expand Down