Jesse Luoto

Results 177 comments of Jesse Luoto

Right, this would use `json_object` instead of `json_schema`. Afaik `json_object` results in much more mistakes in json response result, causing the need to use Zod to parse the result (while...

Hey! Very good suggestions, thank you for those. A quick reply about the models: This library relies heavily on a specific API feature: forcing the output, which seems not to...

Huh, that's weird. Gemini is a very recent addition, have you tried with OpenAI or local version yet?

I found one more, can you try: ``` [ { category: HarmCategory.HARM_CATEGORY_DANGEROUS_CONTENT, threshold: HarmBlockThreshold.BLOCK_NONE }, { category: HarmCategory.HARM_CATEGORY_HARASSMENT, threshold: HarmBlockThreshold.BLOCK_NONE }, { category: HarmCategory.HARM_CATEGORY_HATE_SPEECH, threshold: HarmBlockThreshold.BLOCK_NONE }, { category: HarmCategory.HARM_CATEGORY_SEXUALLY_EXPLICIT,...

If you have some example code snippets that would result in safety errors, I'd be happy to test against them. It would help to resolve the issue.

Thanks for the file! I'll check on it later – unfortunately [something came up](https://x.com/Disobey_fi/status/1830590725748392159), so I don't have time to work on humanify for a little while. I'll get back...