batmanscode

Results 79 comments of batmanscode

> It can be, but we don't have any API documentation. You'd have to look through the codebase to understand it though. To do what you want, you want to...

Thank you @Serene-Arc 😃 I'll come back here if I have any questions/issues. Maybe things can be documented here as we go along? And eventually turn into a PR In...

Thanks @FGRibreau, just made a PR #378

I think it's just "id" @swaheera

> OS? Are you using jupyter, etc? Jupyter notebook on Debian buster

> For jupyter, try adding > > ``` > import nest_asyncio > nest_asyncio.apply() > ``` Thanks! Will give this a try next time I use it

> Hey there @tianye2856 , us at the Dall-E Discord server has some models released! > See here (colab included, so you don't need to use your own computer to...

> hey @li-xiaohui > > I had to initialize the agent manually, here is how. > > ``` > dataset={"df": df} > tools = [CustomPythonAstREPLTool(locals=dataset)] > tool_names = [tool.name for...

@falmanna, what are the relevant imports for `CustomPythonAstREPLTool` and `CustomOpenAIFunctionsAgent`?