Fix dropdown values saving, add back checkbox column, mostly fix validation, fix some field types

This commit is contained in:
2025-03-06 01:45:05 -05:00
parent bc5607f48c
commit 68ca7e93a1
12 changed files with 860 additions and 4847 deletions

View File

@@ -742,7 +742,7 @@ router.post("/validate", async (req, res) => {
console.log("🤖 Sending request to OpenAI...");
const completion = await openai.chat.completions.create({
model: "gpt-4o",
model: "o3-mini",
messages: [
{
role: "user",