mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
ddd35f6d47
Co-authored-by: Douwe Osinga <douwe@squareup.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: jh-block <jhugo@block.xyz> Co-authored-by: Spence <spencermartin@squareup.com> Co-authored-by: Michael Neale <michael.neale@gmail.com>
10 lines
251 B
TypeScript
10 lines
251 B
TypeScript
import { LocalInferenceSettings } from './LocalInferenceSettings';
|
|
|
|
export default function LocalInferenceSection() {
|
|
return (
|
|
<section id="local-inference" className="space-y-4 pr-4 pb-8">
|
|
<LocalInferenceSettings />
|
|
</section>
|
|
);
|
|
}
|