mirror of
https://github.com/open-webui/open-webui
synced 2025-06-25 09:47:41 +00:00
Fix typo on ollama patch
This commit is contained in:
parent
f7920df870
commit
8a63a601de
@ -16,7 +16,7 @@ from urllib.parse import urlparse
|
|||||||
import aiohttp
|
import aiohttp
|
||||||
from aiocache import cached
|
from aiocache import cached
|
||||||
import requests
|
import requests
|
||||||
from urilib.parse import quote
|
from urllib.parse import quote
|
||||||
|
|
||||||
from open_webui.models.chats import Chats
|
from open_webui.models.chats import Chats
|
||||||
from open_webui.models.users import UserModel
|
from open_webui.models.users import UserModel
|
||||||
|
Loading…
Reference in New Issue
Block a user