import { Typography, Paper, Alert, Link } from "@mui/material";
import { SectionBox, DividerBox } from "./base/boxes";
export default function Troubleshooting() {
return (
<>
Troubleshooting
Unhandled Runtime Error: SyntaxError: Unexpected identifier
The generated output was interrupted, as it was too long and the OpenAI API
delivered not everything. If you can, switch to GPT-4 as it allows a bigger
context size (change it in the options and also increase the max_tokens). If you
can't do this, then please help us extend the 2D GameCreator so that it can
also resume when the output is interrupted.
You need help? Something is not working?{" "}
Please let us know!
>
);
}