Update to latest chat gpt
This commit is contained in:
6896
package-lock.json
generated
6896
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -22,7 +22,7 @@
|
||||
"drizzle-orm": "^0.41.0",
|
||||
"nuxt": "^3.16.2",
|
||||
"nuxt-auth-utils": "0.5.18",
|
||||
"openai": "^4.104.0",
|
||||
"openai": "^5.12.2",
|
||||
"posthog-js": "^1.256.2",
|
||||
"posthog-node": "^5.1.1",
|
||||
"radash": "^12.1.0",
|
||||
|
||||
@@ -151,7 +151,7 @@ export const createActivityContent = async ({
|
||||
`;
|
||||
|
||||
const aiResponse = await openai.responses.create({
|
||||
model: "gpt-4o-mini",
|
||||
model: "gpt-5-mini",
|
||||
input: [{ role: "user", content: prompt }],
|
||||
text: {
|
||||
format: {
|
||||
|
||||
Reference in New Issue
Block a user