hermano360
hermano360
I did two things to make this work. First was delete the existing package-lock.json and then I changed the dependency for the toxicity model from "@tensorflow-models/toxicity": "^1.2.2" to "@tensorflow-models/toxicity": "1.2.2"...
@anjanesh do you have a repo with your changes we could take a look at? @GantMan I'll look to add the PR if that's ok
@anjanesh. Please see above. You need to delete the package-lock.json file and change the dependency for the toxicity model from "@tensorflow-models/toxicity": "^1.2.2" to "@tensorflow-models/toxicity": "1.2.2" (removing the caret).
Hi @jaredsmith! Thanks for responding. So I am troubleshooting on my end in case it's something that I am doing wrong or to narrow down exactly any configuration setting that...
I am seeing this as well. It seems in the kysely code, it's not able to convert that RawBuilder into a string.