Merge pull request #1264 from jainkunal/main

fix aask() got an unexpected keyword argument 'images'
This commit is contained in:
Guess 2024-05-16 12:25:40 +08:00 committed by GitHub
commit 9ff1e2f6c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,7 @@ class HumanProvider(BaseLLM):
format_msgs: Optional[list[dict[str, str]]] = None,
generator: bool = False,
timeout=USE_CONFIG_TIMEOUT,
**kwargs
) -> str:
return self.ask(msg, timeout=self.get_timeout(timeout))