Skip to content

Commit a0bc750

Browse files
authored
fix
1 parent e91f99c commit a0bc750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_api/test_openai_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class LightLLMClient:
1616
"""LightLLM OpenAI API test cases"""
1717

18-
def __init__(self, base_url: str = "http://localhost:7777", model_name: str = "your_model_name"):
18+
def __init__(self, base_url: str = "http://localhost:8000", model_name: str = "your_model_name"):
1919
self.base_url = base_url
2020
self.model_name = model_name
2121
self.headers = {"Content-Type": "application/json"}

0 commit comments

Comments
 (0)