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

View File

@@ -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: {