Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Hialus committed Sep 25, 2023
1 parent 769509e commit 9f18ee4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/llms/strategy_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,10 @@ def set_correct_session(
async def __call__(self, *args, **kwargs):
prompt = args[0]
max_tokens = kwargs["max_tokens"]
log.info(f"Trying to make request using strategy "
f"llm with llms [{self.llm.llm_keys}]")
log.info(
f"Trying to make request using strategy "
f"llm with llms [{self.llm.llm_keys}]"
)
self.set_correct_session(prompt, max_tokens)

def call():
Expand Down

0 comments on commit 9f18ee4

Please sign in to comment.