i can see 1.0.8
I see 1.08 now - installing now..
Wappler crashed during testing and local server couldn’t be restarted, Im doing a full re-install
Still getting the original error:
```message: "Module multiaiv2 doesn't exist"
- stack: "Error: Module multiaiv2 doesn't exist\```
I will create another test project and try again.
Wish they would action the bug report i put in about this incorrect error message
Agreed, it would make this a whole lot easier, we’re just stabbing in the dark right now.
I just bumped the original bug report,
can you try reinstalling openai npm i.e.
npm install openai
I have tried two tests.
In each case there has been an issue with the install of the open ai npm.
I cant see why at this stage, everything seems ok but manually installing it seems to fix the error
I’m already using openai on the same site and the same server action - i reverted from Multi AI 2 to Multi AI 1 - do you still want me to reinstall it?
just try reinstall and see what happens, cant do any harm?
My be worth removing any package-lock entry to ensure latest version installed
I tried it, hard restart again and still no joy - still getting the same error - Its perplexing as Multi AI Module V1 is working perfectly on gpt-4.1
partrick's latest update enabled a meaningful error message and was easily able to track it to an issue with the pdf-parse module.
As .pdf support was an idea which was never fully implemented i just commented the "require" out (line 7 of .js if you are interested) and that seems to have done the trick.
V1.0.9 should work or just comment out line 7 like //const pdf = require('pdf-parse'); to test
Thats fixed it now Brian - what a difference having decent debug makes! Great work to you and @patrick
I think I’m starting to nurture another nickname for you, I’d previously (in my own head) had you down as ‘The SCRUD Father’ but I’m a bit conflicted now, as I think ‘The Terminator’ may be more appropriate because once you have a target you don’t really stop until you reach it ![]()
Thanks to both of you for getting this extension up and running, I’m using it to create a ridiculously powerful business performance summary for my site users, the results have been stunning.
I'll be back!
Hey @Hyperbytes What would be the best way to update the Engine used to GPT 5.2 instead of GPT5 ..?
Is it just a case of editing the js and hjson files?
yes, should just be a case of add an additional entry to the end of the droplist definition in multiaiv2.hjson
{title: 'gpt-5.2 nano', value: 'gpt-5.2' }
If it's ok, let me know and i will update npm


