You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
INFO [16:46:43] migration.py:207 INFO Context impl SQLiteImpl. migration.py:207
INFO [16:46:43] migration.py:210 INFO Will assume non-transactional DDL. migration.py:210
WARNING [16:46:43] agents_generator.py:176 WARNING Error loading tools from agents_generator.py:176
/run/media/piero/NVMe-4TB/Piero/Git/PraisonAI/tools.py: No module named 'duckduckgo_search'
INFO [16:46:43] agents_generator.py:215 INFO Spec: ModuleSpec(name='tools', agents_generator.py:215
loader=<_frozen_importlib_external.SourceFileLoader object at 0x76d398373b50>,
origin='/run/media/piero/NVMe-4TB/Piero/Git/PraisonAI/tools.py')
WARNING [16:46:43] agents_generator.py:238 WARNING Error loading tools from tools.py: No module named agents_generator.py:238
'duckduckgo_search'
INFO [16:46:43] agents_generator.py:542 INFO Loaded tools: [] agents_generator.py:542
INFO [16:46:43] agents_generator.py:577 INFO Created agent Researcher with tools: [] agents_generator.py:577
INFO [16:46:43] agents_generator.py:599 INFO Created task research_task with tools: [] agents_generator.py:599
INFO [16:46:43] agents_generator.py:577 INFO Created agent Narrative Designer with tools: [] agents_generator.py:577
INFO [16:46:43] agents_generator.py:599 INFO Created task story_concept_development with tools: [] agents_generator.py:599
INFO [16:46:43] agents_generator.py:577 INFO Created agent Scriptwriter with tools: [] agents_generator.py:577
INFO [16:46:43] agents_generator.py:599 INFO Created task scriptwriting_task with tools: [] agents_generator.py:599
INFO [16:46:43] agents.py:84 INFO Executing task 0: Research about Mars, its environment, and the feasibility of agents.py:84
a cat being on Mars. Also, research about cat behavior and characteristics. using Researcher
╭─────────────────────────────────────────────────────────────── Instruction ───────────────────────────────────────────────────────────────╮
│ Agent Researcher is processing prompt: │
│ You need to do the following task: Research about Mars, its environment, and the feasibility of a cat being on Mars. Also, research about │
│ cat behavior and characteristics.. │
│ Expected Output: Document with research findings on Mars and cats.. │
│ Please provide only the final result of your work. Do not add any conversation or extra explanation. │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
INFO [16:46:43] _client.py:1025 INFO HTTP Request: POST http://localhost:11434/v1/chat/completions "HTTP/1.1 _client.py:1025
404 Not Found"
╭────────────────────────────────────────────────────────────────── Error ──────────────────────────────────────────────────────────────────╮
│ Error in chat completion: Error code: 404 - {'error': {'message': 'model "gpt-4o" not found, try pulling it first', 'type': 'api_error', │
│ 'param': None, 'code': None}} │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
INFO [16:46:43] agents.py:159 INFO Task 0 not completed, retrying agents.py:159
[16:46:44] INFO [16:46:44] agents.py:84 INFO Executing task 0: Research about Mars, its environment, and the feasibility of agents.py:84
a cat being on Mars. Also, research about cat behavior and characteristics. using Researcher
...
As you see, it gives 404 looking for gpt-4o on the ollama URL.
Thank you,
Piero
The text was updated successfully, but these errors were encountered:
Hi Mervin,
I am on Arch Linux, installed PraisonAI using:
The console log says:
As you see, it gives 404 looking for
gpt-4o
on the ollama URL.Thank you,
Piero
The text was updated successfully, but these errors were encountered: