wonder

Results 6 comments of wonder

I have the same problem, and when I change the trigger to "longPress" ,it work fine, it is so strange, haha.

@GazHank I think this error was caused by **node-gyp-build**, and serialport use it https://github.com/prebuild/node-gyp-build/issues/53 when I use webpack to bundle my electron app, i will got the error, so I...

> It looks like the current issue is loading the name from the package.json. I am not sure why that wouldn't work in webpack, but this also seems like code...

@kriszyp thanks, its work

@manku211 I find a solution set env ``` OPENAI__API_BASE= OPENAI__KEY=sk-... ``` update config in `configuration.toml` ``` model = "openai/kimi-k2-0711-preview" custom_model_max_tokens=128000 ``` All right !