KX
KX
Changing the lines in package.json worked for me as a hacky workaround: ` "start": "react-scripts --max_old_space_size=4096 start",` `"build": "react-scripts --max_old_space_size=4096 build",`
> > Have the same issue. Anyone can help? > > have you solved this problem? Don't bother, I solved this by removing it from the list of articles, but...
@leiguangyan Did you create a client in keycloak? And pass the client secret to webui?
I get the same error still even after running the image built using this Dockerfile, how do I verify that that the prisma binaries are inside the image? Where are...
Verified that it has the binaries in the built image, still getting the same container startup error and requester_ip_address not found. Tried both ghcr.io/berriai/litellm:main-latest and ghcr.io/berriai/litellm:main-v1.42.5-stable as base image ```...
Tried your example and it indeed works fine. The error only seems to occur when connecting to Postgres as external DB. Reproducible example docker-compose.yml: ``` services: litellm: image: ghcr.io/berriai/litellm:main-v1.42.5-stable-patched-latest ports:...
Seems to be linked to #4915
@krrishdholakia Traced the docker image versions that this started happening to 1.41.18, it did not encounter any prisma startup errors on 1.14.17. From the changelog https://github.com/BerriAI/litellm/compare/v1.41.17...v1.41.18 and tag https://github.com/BerriAI/litellm/releases/tag/v1.41.18 the...
Yes, add the seed as part of your params.
> Any plans on improving guided decoding? There's a long standing RFC for it (#5423) and previous attempts have been made (e.g. #6273). Unfortunately seems to have been forgotten since....