BMTools icon indicating copy to clipboard operation
BMTools copied to clipboard

Tool Learning for Big Models, Open-Source Solutions of ChatGPT-Plugins

Results 19 BMTools issues
Sort by recently updated
recently updated
newest added

python version:3.9.7 environment:windows git bash anyio version: $ pip install anyio --upgrade Requirement already satisfied: anyio in e:\program files (x86)\anaconda\lib\site-packages (2.2.0) Requirement already satisfied: sniffio>=1.1 in e:\program files (x86)\anaconda\lib\site-packages (from...

Will registering a tool generate a buffer? When I change the name of the function, the buffer still save the previous name

Traceback (most recent call last): File "/Users/zhenglingxiao/code/BMTools/test.py", line 10, in agent("Where is Yaoming Born?") TypeError: 'AutoGPT' object is not callable

Hi from the original paper https://arxiv.org/pdf/2304.08354.pdf, it mentioned "pecifically, if humans judge that all the API calls are accurate for the given task, and they yield a reasonable result, the...

when i execute python host_local_tools.py,it appears error as below: File "C:\Users\Kurtqian\anaconda3\lib\site-packages\pydantic-2.0a3-py3.8.egg\pydantic\_internal\_generate_schema.py", line 399, in _generate_schema raise PydanticSchemaGenerationError( pydantic.errors.PydanticSchemaGenerationError: Unable to generate pydantic-core schema for . Setting `arbitrary_types_allowed=True` in the model_config...

No matter which button is clicked on the page, it always reports an error: Something went wrong Expecting value: line 1 column 1 (char 0).

## Overview I've been doing trying to run `test.py` and `multi_test.py` and it isn't working properly. Everything works fine up to the final answer, where langchain spits out a `OutputParserException:...

When I run this file, I get an error. How can I solve this problem? Please help. ```python class BabyAGI(Chain, BaseModel): TypeError: metaclass conflict: the metaclass of a derived class...

想请教一下,发布的sft数据集中,mult_tools中 prompt 部分没有给定可使用的 tool 信息,和 single_tool 的数据有些差异 请问 sft 的阶段的数据格式具体是怎么组织的呢?