Josh

Results 3 comments of Josh

Has this been addressed at all or is it still a bug in 1.19.0? I think my callback is basically going into an infinite loop.

Confirming that I have also ran into this problem. There also might be an issue with on_load. I basically had to pull all of the on_loads out of my code...

> > curl -X 'POST' \ > 'http://litelm:4000/user/new' \ > -H 'accept: application/json' \ > -H 'Ocp-Apim-Subscription-Key: sk-MjW3!7Mfr8Mgamu&' \ > -H 'Content-Type: application/json' \ > -d '{ > "user_id": "default_user_id",...