João Vitor

Results 7 comments of João Vitor

Same issue its seen like an authentication problem in Xero's API. I've tried with differents methods.

I may find the error cause. I gues if you are using a trial account, maybe you doesnt have permission to retrive those informartions. You will need atleast "Standard or...

Im having the same issue, Im doing some rewriting text about healthcare [USML](https://paperswithcode.com/dataset/medqa-usmle) dataset. And in a specific question I got this error.

Im having the same issue, Im doing some rewriting text about healthcare [USML](https://paperswithcode.com/dataset/medqa-usmle) dataset. And in a specific question I got this error.

@architectyou yeah, Ive tried to set the safety_settings ```python response = GEMINI_MODEL.generate_content(prompt, safety_settings=[ {"category": "HARM_CATEGORY_DANGEROUS_CONTENT", "threshold": "BLOCK_NONE"}, {"category": "HARM_CATEGORY_SEXUALLY_EXPLICIT", "threshold": "BLOCK_NONE"}, {"category": "HARM_CATEGORY_HATE_SPEECH", "threshold": "BLOCK_NONE"}, {"category": "HARM_CATEGORY_HARASSMENT", "threshold": "BLOCK_NONE"}, {"category":...

@jjmachan I was having the same issue using google`s api. Seens like the #1728 works here with the googles api.