Closed Adityadt68 closed 1 year ago
Hi, @Adityadt68! I'm here to help the LangChain team manage their backlog and I wanted to let you know that we are marking this issue as stale.
From what I understand, you reported an issue titled "AssertionError AutoGPT with Azure OpenAI" where you encountered an assertion error when using AutoGPT with Azure OpenAI. The error occurs at line 329 where there is an assertion that fails. There haven't been any further activities or comments on this issue yet.
Before we close this issue, we wanted to check with you if it is still relevant to the latest version of the LangChain repository. If it is, please let us know by commenting on the issue. Otherwise, feel free to close the issue yourself or it will be automatically closed in 7 days.
Thank you for your understanding and contributions to the LangChain project!
When executing AutoGPT where I am using Azure OpenAI as LLM I am getting following error:
--> 216 return self(kwargs)[self.output_keys[0]] 218 raise ValueError( 219 f"
run
supported with either positional arguments or keyword arguments" 220 f" but not both. Got args: {args} and kwargs: {kwargs}." 221 ) ... --> 329 assert d == self.d 331 assert k > 0 333 if D is None:AssertionError: