Expose the main logic from run.py as a callable Python function, or Point to an existing function that allows running DetectGPT programmatically (i.e., without going through the CLI)? This would make ...
I have a long Python script which takes 20+ minutes to run. It generates a report after a user submits details in the client. This needs to take unique parameters each run, access third party APIs ...