fix: conftest.py comment bug. (#1303)

Co-authored-by: aaren.xzh <aaren.xzh@antfin.com>
This commit is contained in:
Xia Zhenhua 2024-04-23 19:51:33 +08:00 committed by GitHub
parent 960f17a565
commit 747ac23cd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@ def model(request):
Returns:
The model name, defaulting to "gpt-3.5-turbo-1106".
""
"""
return request.config.getoption("model", default="gpt-3.5-turbo-1106")
@pytest.fixture