Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 24, 2024
1 parent da0890d commit 8f9896c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion evals/benchmark/stresscli/locust/llmservefixed.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 8f9896c

Please sign in to comment.