Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

__init__() takes exactly 1 positional argument (2 given) in llama_agi/examples/auto_runner_example.py #34

Open
entin-hun opened this issue Feb 1, 2024 · 0 comments

Comments

@entin-hun
Copy link

Dear Community,
Can someone please suggest what's the error and how to solve it?
Would be awesome to connect it with LLama_Hub context loaders.

Traceback (most recent call last):
File "/Users/mac-pro/llama-lab/llama_agi/examples/auto_runner_example.py", line 45, in
task_manager = LlamaTaskManager(
^^^^^^^^^^^^^^^^^
File "/Users/mac-pro/llama-lab/llama_agi/llama_agi/task_manager/LlamaTaskManager.py", line 40, in init
super().__init__(
File "/Users/mac-pro/llama-lab/llama_agi/llama_agi/task_manager/base.py", line 41, in init
self.current_tasks = [Document(x) for x in tasks]
^^^^^^^^^^^
File "pydantic/main.py", line 332, in pydantic.main.BaseModel.init
def __init__(__pydantic_self__, **data: Any) -> None:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant