We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91f99c commit a0bc750Copy full SHA for a0bc750
test/test_api/test_openai_api.py
@@ -15,7 +15,7 @@
15
class LightLLMClient:
16
"""LightLLM OpenAI API test cases"""
17
18
- def __init__(self, base_url: str = "http://localhost:7777", model_name: str = "your_model_name"):
+ def __init__(self, base_url: str = "http://localhost:8000", model_name: str = "your_model_name"):
19
self.base_url = base_url
20
self.model_name = model_name
21
self.headers = {"Content-Type": "application/json"}
0 commit comments