try and avoid weird server test failure (spillage / parallelism between completion & tool call tests?)

This commit is contained in:
Olivier Chafik 2025-01-30 15:40:25 +00:00
parent 1029ff9028
commit 3bd6abebd2

View file

@ -10,6 +10,8 @@ TIMEOUT_HTTP_REQUEST = 60
def create_server():
global server
server = ServerPreset.tinyllama2()
server.model_alias = "tinyllama-2-tool-call"
server.server_port = 8081
TEST_TOOL = {