mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
docs: move topics to tutorials section (#3297)
This commit is contained in:
@@ -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:**
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
sidebar_position: 12
|
||||
title: Benchmarking with Goose
|
||||
sidebar_label: Benchmark with Goose
|
||||
---
|
||||
@@ -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).
|
||||
@@ -1,7 +1,6 @@
|
||||
---
|
||||
title: Building Goose in Docker
|
||||
sidebar_label: Goose in Docker
|
||||
sidebar_position: 15
|
||||
---
|
||||
|
||||
:::info Tell Us What You Need
|
||||
Reference in New Issue
Block a user