-
**For `node-gyp` trouble**
I spent way too long going down tangents getting node-gyp to build. If others on **Windows** are having trouble with node-gyp, here are some note worthy solutions:
**T…
-
I created my own Ollama model of https://huggingface.co/NousResearch/Nous-Hermes-2-Mistral-7B-DPO-GGUF
Here is my modelfile:
```
FROM ./nous-hermes-2-mistral-7b-dpo.Q5_K_M.gguf
PARAMETER num_ctx …
-
Reason: I fail to find a model-api that works both in autogroq and in autogen.
The main problem with autogen (seems to be) is that groq-api limits the response-rate to a very low value. Remember yo…
-
Right now, the flow is more or less as:
- Ask the question
- Generate multiple variants of that question
- Search on Google/Tavily
- Do some aggregation of the results
- Answer based on that
…
-
When I executed script on Crew AI it returned the error "requests.exceptions.ConnectTimeout: HTTPConnectionPool(host='telemetry.crewai.com', port=4318): Max retries exceeded with url: /v1/traces (Ca…
-
**Reason for Suggestion:**
Integrating the Agent Protocol from AI-Engineer-Foundation into Langflow will standardize communication with different agents, enhancing interoperability and simplifying …
-
Debug: Handling user request for session state: {'user_input': '', 'user_request': 'what does 1 + 1 equal?', 'api_key': '', 'crewai_zip_buffer': None, 'model': 'gpt-4o', 'skill_name': None, 'last_com…
-
Here is the error I'm seeing
```
#12 3.668 RuntimeError
#12 3.668
#12 3.668 Unable to find installation candidates for orjson (3.10.0)
#12 3.668
#12 3.668 at ~/.local/share/pypoetry/venv…
-
I am using Gemini and I seem to have troubles with running an agent that doesn't resort to using a tool to perform a task.
I want the agent to do the task itself without depending on a tool and I a…
ROHUE updated
7 months ago
-
I am relatively new to Python and was wondering why would I need OpenAI key for this example which has a custom tool that just prints "Hello World"?
from crewai import Agent, Task, Crew, Process
f…