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
tool enabled ollama models: llama3.1:8b-instruct-fp16 and qwen2.5:32b-instruct-q4_K_M.
Expected Behavior
No response
Screenshots and logs
user (to WebSurferAgent):
Give ma summary of the following page: https://docs.ag2.ai/docs/home/home
--------------------------------------------------------------------------------
>>>>>>>> USING AUTO REPLY...
WebSurferAgent (to user):
***** Suggested tool call (ollama_func_1340): crawl4ai *****
Arguments:
{"instruction": "Summarize the content of this webpage.", "url": "https://docs.ag2.ai/docs/home/home"}
************************************************************
--------------------------------------------------------------------------------
>>>>>>>> EXECUTING FUNCTION crawl4ai...
Call ID: ollama_func_1340
Input arguments: {'instruction': 'Summarize the content of this webpage.', 'url': 'https://docs.ag2.ai/docs/home/home'}
[INIT].... → Crawl4AI 0.4.248
[FETCH]... ↓ https://docs.ag2.ai/docs/home/home... | Status: True | Time: 1.12s
[SCRAPE].. ◆ Processed https://docs.ag2.ai/docs/home/home... | Time: 16ms
12:27:31 - LiteLLM:INFO: utils.py:2784 -
LiteLLM completion() model= qwen2.5:32b-instruct-q4_K_M; provider = ollama
INFO [LiteLLM]
LiteLLM completion() model= qwen2.5:32b-instruct-q4_K_M; provider = ollama
Give Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new
LiteLLM.Info: If you need to debug this error, use `litellm.set_verbose=True'.
Provider List: https://docs.litellm.ai/docs/providers
[EXTRACT]. ■ Completed for https://docs.ag2.ai/docs/home/home... | Time: 0.6216500829905272s
[COMPLETE] ● https://docs.ag2.ai/docs/home/home... | Status: True | Total: 1.76s
user (to WebSurferAgent):
***** Response from calling tool (ollama_func_1340) *****
[
{
"index": 0,
"error": true,
"tags": [
"error"
],
"content": "litellm.APIConnectionError: OllamaException - {\"error\":\"model 'qwen2.5:32b-instruct-q4_K_M' not found\"}"
}
]
*********************************************************
--------------------------------------------------------------------------------
>>>>>>>> USING AUTO REPLY...
WebSurferAgent (to user):
I encountered an error while trying to summarize the webpage for you. Let's try a different approach or perhaps another website. If you have specific sections or details you're interested in from that page, please let me know!
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Ollama api errors in WebSurferAgent when using crawl4ai tool; as of version 0.7.4
Steps to reproduce
please use the following code to replicate:
Model Used
tool enabled ollama models: llama3.1:8b-instruct-fp16 and qwen2.5:32b-instruct-q4_K_M.
Expected Behavior
No response
Screenshots and logs
Additional Information
No response
The text was updated successfully, but these errors were encountered: