We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1029ff9 commit 3bd6abeCopy full SHA for 3bd6abe
examples/server/tests/unit/test_tool_call.py
@@ -10,6 +10,8 @@
10
def create_server():
11
global server
12
server = ServerPreset.tinyllama2()
13
+ server.model_alias = "tinyllama-2-tool-call"
14
+ server.server_port = 8081
15
16
17
TEST_TOOL = {
0 commit comments