Pedro Aguiar

Results 156 comments of Pedro Aguiar
trafficstars

Ollama v0.1.30 has recently been released. Is this issue still reproducible in that version?

Should this issue be closed then?

Make sure your [Windows](https://support.microsoft.com/en-us/windows/update-windows-3c5ae7fc-9fb6-9af1-1984-b5e0412c556a) and [antivirus virus definitions](https://support.avast.com/en-us/article/update-antivirus/#pc) are updated, and that you're running [Ollama v0.3.5](https://github.com/ollama/ollama/releases/tag/v0.3.5).

I cannot reproduce it. ## Ollama Version ```cmd "%USERPROFILE%\AppData\Local\Programs\Ollama\ollama" --version ``` ```bash # ollama version is 0.3.5 ``` ## Windows Version ```cmd ver ``` ```bash # Microsoft Windows [version 10.0.22631.3958]...

I'm not sure I understand the issue, but won't a Custom Exception Handler do the trick? ```py from fastapi import Depends, HTTPException, APIRouter, status class NotAuthenticatedException(HTTPException): def __init__(self, detail="Not authenticated"):...

[v2.9.0](https://github.com/jpadilla/pyjwt/releases/tag/2.9.0) has just been relased.

What example? We need instructions on how to reproduce the bug on our ends.

This seems to be a consequence of #1008.

Can you provide us with an [MRE](https://en.wikipedia.org/wiki/Minimal_reproducible_example#:~:text=In%20computing%2C%20a%20minimal%20reproducible,to%20be%20demonstrated%20and%20reproduced.)?