Skip to content

Commit

Permalink
Add extra logging for more clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Hialus committed Sep 25, 2023
1 parent fd72d01 commit 769509e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/llms/strategy_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ 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}]")
self.set_correct_session(prompt, max_tokens)

def call():
Expand Down

0 comments on commit 769509e

Please sign in to comment.