{
+ event.preventDefault();
+ onReturnFocus();
+ }}
+ >
+
+
+ {t("thread.composer.modelSetup.title", { defaultValue: "Choose your AI" })}
+
+
+ {t("thread.composer.modelSetup.description", {
+ defaultValue: "Pick a starting point. You can change models at any time.",
+ })}
+
+
+
+
+ {SETUP_OPTIONS.map((option) => {
+ const Icon = option.icon;
+ const ready = availability[option.intent];
+ return (
+
+ );
+ })}
+
+
+