Skip to content

Commit 5ab710c

Browse files
committed
change in method name
1 parent 4dae76a commit 5ab710c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minds/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from urllib.parse import urlparse, urlunparse
22

3-
def create_base_url_openai(base_url: str) -> str:
3+
def get_openai_base_url(base_url: str) -> str:
44
parsed = urlparse(base_url)
55

66
netloc = parsed.netloc

0 commit comments

Comments
 (0)