fix provider failed ut

This commit is contained in:
better629 2024-03-26 10:22:00 +08:00
parent 12948a5482
commit 4bd80c5e7d
2 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@ class HumanProvider(BaseLLM):
"""
def __init__(self, config: LLMConfig):
pass
self.config = config
def ask(self, msg: str, timeout=USE_CONFIG_TIMEOUT) -> str:
logger.info("It's your turn, please type in your response. You may also refer to the context below")