mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
fix ask() got an unexpected keyword argument 'images'
This commit is contained in:
parent
f201b2f5f3
commit
d4bd668983
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue