Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
58dd95fb
Unverified
Commit
58dd95fb
authored
Jul 27, 2025
by
Chang Su
Committed by
GitHub
Jul 27, 2025
Browse files
Fix test_openai_server (#8419)
parent
b47eda33
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
test/srt/openai_server/function_call/test_openai_function_calling.py
...enai_server/function_call/test_openai_function_calling.py
+0
-1
No files found.
test/srt/openai_server/function_call/test_openai_function_calling.py
View file @
58dd95fb
...
...
@@ -731,7 +731,6 @@ class TestOpenAIServerFunctionCalling(CustomTestCase):
response_stream
=
client
.
chat
.
completions
.
create
(
model
=
self
.
model
,
messages
=
messages
,
max_tokens
=
2048
,
temperature
=
0.8
,
stream
=
True
,
max_tokens
=
10
,
# Keep it short
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment