TT

Results 7 comments of TT

I am observing the same. Also using http://127.0.0.1:5000/api/v1/generate endpoint. I observed that max_new_tokens has no effect, but max_length has effect.

Not sure is it relevant, but I see this warning in console log: ` THREAD WARNING: ['UniversalAnalytics'] took '21.554932' ms. Plugin should use a background thread.`

FYI, if I downgrade the plugin to 0.8.1 it will work again.

> I'm also very interested in this, and am currently exploring it myself. Will try and remember to get back here with any notes/tips/etc. > > The first issue i've...

Did you find a solution in the end? I am facing a similar problem, I do not want the notification banner when the app is opened.

In case anyone facing same problem, I manage to hide the notification by editing userNotificationCenter:willPresentNotification method in ParsePushPlugin.m: -(void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification: (UNNotification *)notification withCompletionHandler:(void (^) (UNNotificationPresentationOptions))completionHandler { NSLog(@"User info %@",...

Facing same 403 error for the last few days. @khaouitiabdelhakim @elvismdev any solutions so far?