Update to latest chat gpt

This commit is contained in:
2025-08-08 20:14:04 +03:00
parent dcd0ab4188
commit b82ce7ba31
3 changed files with 4782 additions and 2118 deletions

6898
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -22,7 +22,7 @@
"drizzle-orm": "^0.41.0", "drizzle-orm": "^0.41.0",
"nuxt": "^3.16.2", "nuxt": "^3.16.2",
"nuxt-auth-utils": "0.5.18", "nuxt-auth-utils": "0.5.18",
"openai": "^4.104.0", "openai": "^5.12.2",
"posthog-js": "^1.256.2", "posthog-js": "^1.256.2",
"posthog-node": "^5.1.1", "posthog-node": "^5.1.1",
"radash": "^12.1.0", "radash": "^12.1.0",

View File

@@ -151,7 +151,7 @@ export const createActivityContent = async ({
`; `;
const aiResponse = await openai.responses.create({ const aiResponse = await openai.responses.create({
model: "gpt-4o-mini", model: "gpt-5-mini",
input: [{ role: "user", content: prompt }], input: [{ role: "user", content: prompt }],
text: { text: {
format: { format: {