mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +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>
|
|
);
|
|
};
|