docs: auto download updates (#6163)

This commit is contained in:
dianed-square
2025-12-17 17:22:03 -08:00
committed by GitHub
parent 61c86a7776
commit 92537b74fe
12 changed files with 67 additions and 47 deletions
@@ -2,6 +2,6 @@ import React from "react";
export const ModelSelectionTip = () => {
return (
<p>Goose relies heavily on tool calling capabilities and currently works best with Claude 4 models.</p>
<p>goose relies heavily on tool calling capabilities and currently works best with Claude 4 models.</p>
);
};