Fix typo on ollama patch

This commit is contained in:
priten 2025-06-16 12:35:09 -05:00
parent f7920df870
commit 8a63a601de

View File

@ -16,7 +16,7 @@ from urllib.parse import urlparse
import aiohttp
from aiocache import cached
import requests
from urilib.parse import quote
from urllib.parse import quote
from open_webui.models.chats import Chats
from open_webui.models.users import UserModel