Spaces:
Running
Running
Update components/editor/ask-ai/settings.tsx
Browse files
components/editor/ask-ai/settings.tsx
CHANGED
@@ -81,15 +81,15 @@ export function Settings({
|
|
81 |
)}
|
82 |
<label className="block">
|
83 |
<p className="text-neutral-300 text-sm mb-2.5">
|
84 |
-
Choose a
|
85 |
</p>
|
86 |
<Select defaultValue={model} onValueChange={onModelChange}>
|
87 |
<SelectTrigger className="w-full">
|
88 |
-
<SelectValue placeholder="Select a
|
89 |
</SelectTrigger>
|
90 |
<SelectContent>
|
91 |
<SelectGroup>
|
92 |
-
<SelectLabel>
|
93 |
{MODELS.map(
|
94 |
({
|
95 |
value,
|
|
|
81 |
)}
|
82 |
<label className="block">
|
83 |
<p className="text-neutral-300 text-sm mb-2.5">
|
84 |
+
Choose a model
|
85 |
</p>
|
86 |
<Select defaultValue={model} onValueChange={onModelChange}>
|
87 |
<SelectTrigger className="w-full">
|
88 |
+
<SelectValue placeholder="Select a model" />
|
89 |
</SelectTrigger>
|
90 |
<SelectContent>
|
91 |
<SelectGroup>
|
92 |
+
<SelectLabel>Models</SelectLabel>
|
93 |
{MODELS.map(
|
94 |
({
|
95 |
value,
|