mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Fix typo on ollama patch
This commit is contained in:
parent
f7920df870
commit
8a63a601de
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue