mod = await import('https://episphere.github.io/gpt/jonas/export.js')

Things to try:

  1. Authentication with prompt: mod.check4key()
  2. Static import example: import { key, check4key } from "./export.js".
  3. Example of static import to take care of auth.js.
  4. ...