update wording to make it more obvious

This commit is contained in:
Abi Raja 2024-04-04 15:38:25 -04:00
parent 5b6d1c4421
commit 58a929731f

View File

@ -25,7 +25,7 @@ function ModelSettingsSection({
return (
<div className="flex flex-col gap-y-2 justify-between text-sm">
<div className="grid grid-cols-3 items-center gap-4">
<span>Model:</span>
<span>AI Model:</span>
<Select
value={codeGenerationModel}
onValueChange={(value: string) =>