Tweaks to prompt data format
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user