From 8f9896c0abd580c0cd9af54fbb121443b9d58dfa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 02:35:18 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- evals/benchmark/stresscli/locust/llmservefixed.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/evals/benchmark/stresscli/locust/llmservefixed.py b/evals/benchmark/stresscli/locust/llmservefixed.py index 049bf567..6e22443a 100644 --- a/evals/benchmark/stresscli/locust/llmservefixed.py +++ b/evals/benchmark/stresscli/locust/llmservefixed.py @@ -2,14 +2,15 @@ # SPDX-License-Identifier: Apache-2.0 import logging - import os + import tokenresponse as token console_logger = logging.getLogger("locust.stats_logger") model = os.environ["LLM_MODEL"] + def getUrl(): return "/v1/chat/completions"