wrzr123

Results 7 comments of wrzr123

Question, I'm having the same problem as described. So is it still not resolved? Using latest version of @capacitor/local-notifications, v1.1.0. I'm using schedule at. Installed Dependencies: @capacitor/cli: 3.4.0 @capacitor/android: 3.3.4...

Me as well! Just upgraded from Capacitor V2 to Capacitor V3 and with this upgraded all my dependencies to latest. I'm also seeing the warning "Capacitor WebPlugin "SecureStoragePlugin" config object...

True! I only added what I needed, and the new models were enough for me, as the model can already be stated in the constructor of the EmbeddingRequest. I'm on...

Alright, I made a new commit which includes - the 2 new models as in the initial commit - the model as optional parameter in all embedding endpoints - enhancement...

I would love to have this feature as well! I send the recorded audio to my backend for further processing (speech to text), and I'd like to start with that...

What do you mean by string file? Meanwhile we're at capacitor 4 and Android SDK 13, but at least in my AndroidManifest nothing has changed since my initial post. I...

I don't think it helps but here you go ``` { "appId": "com.myAppName.app", "appName": "myAppName", "bundledWebRuntime": false, "npmClient": "npm", "webDir": "www/de", "android": { "path": "android/app/src/main/assets/public" }, "plugins": { "SplashScreen": {...