mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
8 lines
196 B
JavaScript
8 lines
196 B
JavaScript
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>
|
|
);
|
|
};
|