update wording to make it more obvious
This commit is contained in:
parent
5b6d1c4421
commit
58a929731f
@ -25,7 +25,7 @@ function ModelSettingsSection({
|
|||||||
return (
|
return (
|
||||||
<div className="flex flex-col gap-y-2 justify-between text-sm">
|
<div className="flex flex-col gap-y-2 justify-between text-sm">
|
||||||
<div className="grid grid-cols-3 items-center gap-4">
|
<div className="grid grid-cols-3 items-center gap-4">
|
||||||
<span>Model:</span>
|
<span>AI Model:</span>
|
||||||
<Select
|
<Select
|
||||||
value={codeGenerationModel}
|
value={codeGenerationModel}
|
||||||
onValueChange={(value: string) =>
|
onValueChange={(value: string) =>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user