Tweaks to prompt data format

This commit is contained in:
2025-02-21 12:01:15 -05:00
parent cff176e7a3
commit 694014934c
2 changed files with 13 additions and 15 deletions

View File

@@ -168,7 +168,7 @@ export function AiValidationDebug() {
id="costPerMillion"
type="number"
className="w-full px-3 py-2 border rounded-md"
defaultValue="3"
defaultValue="2.50"
onChange={(e) => {
const costPerMillion = parseFloat(e.target.value)
if (!isNaN(costPerMillion)) {