docs: embed more videos (#5042)

This commit is contained in:
dianed-square 2025-10-06 16:49:08 -07:00 committed by GitHub
parent 7e4340601d
commit 90d238f1fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 43 additions and 1 deletions

View file

@ -9,6 +9,18 @@ import TabItem from '@theme/TabItem';
Goose supports a lead/worker model configuration that lets you pair two different AI models - one that's great at thinking and another that's fast at doing. This setup tackles a major pain point: premium models are powerful but expensive, while cheaper models are faster but can struggle with complex tasks. With lead/worker mode, you get the best of both worlds.
<details>
<summary>Lead/Worker Mode Walkthrough</summary>
<iframe
class="aspect-ratio"
src="https://youtube.com/embed/ZyhUTsChFUw"
title="Lead/Worker Mode Setup and Settings Explained"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
></iframe>
</details>
The lead/worker model is a smart hand-off system. The "lead" model (think: GPT-4 or Claude Opus) kicks things off, handling the early planning and big picture reasoning. Once the direction is set, Goose hands the task over to the "worker" model (like GPT-4o-mini or Claude Sonnet) to carry out the steps.
If things go sideways (e.g. the worker model gets confused or keeps making mistakes), Goose notices and automatically pulls the lead model back in to recover. Once things are back on track, the worker takes over again.