vanetreg

Results 19 issues of vanetreg

The code section of: https://crawl4ai.com/mkdocs/examples/summarization/ is broken, pls. fix it

Both setting up MindSearch API and Frontend completed correctly, using the provided `python -m mindsearch.app --lang en --model_format internlm_server --search_engine DuckDuckGoSearch` command. Frontend is looking as supposed, but after entering...

I tweaked example code from here: https://docs.phidata.com/tools/crawl4ai and used this code: ``` from phi.agent import Agent from phi.model.openai import OpenAIChat from phi.tools.crawl4ai_tools import Crawl4aiTools from dotenv import load_dotenv load_dotenv() agent...

good first issue
help wanted

In Autogen AFAIK it's the default that generated code runs in a separate Docker container https://microsoft.github.io/autogen/0.2/blog/2024/01/23/Code-execution-in-docker/ but also in CrewAI it's configurable. I think it is a very important safety...

**Describe the bug** I'm testing sample Deep Research code with Flash 2.0 using config: ``` { "deep_research_breadth": 5, "deep_research_depth": 2, "deep_research_concurrency": 1, "search_kwargs": { "concurrent_searches": 1, "search_delay": 3 }, "agent_parallelism":...

# Description I've run blog_post_generator.py code example available at: https://docs.agno.com/workflows/introduction I found OpenAI API sent back error, referring to above 100k token message token numbers as the cause! I think...

bug

### Short description and motivation for the proposed feature I think it would be a common MindsDB - Github integration use case to index public repo code and/or online docs...

enhancement

I added GEMINI_API_KEY to my .env but it doesn't work, refers to requiring OpenAI API key. I think using Gemini and Openrouter LLMs - besides others - is must have....