Update telegram interface (#44)
* Rename telegram file * Added LLM providers selection * Updated callback handlers * Improved telegram user waiting message
This commit was merged in pull request #44.
This commit is contained in:
committed by
GitHub
parent
93174afc81
commit
551b6a049f
@@ -87,7 +87,7 @@ class WrapperHandler(Generic[WrapperType]):
|
||||
Exception: If all wrappers fail after retries.
|
||||
"""
|
||||
|
||||
logging.info(f"{inspect.getsource(func).strip()} {inspect.getclosurevars(func).nonlocals}")
|
||||
logging.debug(f"{inspect.getsource(func).strip()} {inspect.getclosurevars(func).nonlocals}")
|
||||
results: dict[str, OutputType] = {}
|
||||
starting_index = self.index
|
||||
|
||||
|
||||
Reference in New Issue
Block a user