-
If anyone knows how to use the OpenAI api within a CrewAI script, please let me know, so I can ensure Autocrew generates scripts with the required structure
-
**Describe the bug**
Buffer Memory is always empty, only "history" field works.
**To Reproduce**
Steps to reproduce the behavior:
1. Create any flow with buffer memory
2. Make an API request …
-
I attempted to run the application and got the following error related to html5lib
I have attempted to update html5lib without any errors but it still fails
I have uninstalled html5lib and then …
-
David Shapiro's HAAS Framework (https://github.com/daveshap/OpenAI_Agent_Swarm) would fit perfectly with Crew AI. Is agent termination and creation possible by another set of AI agents on CrewAI?
-
I created an agent that uses the shared tool FileReadTool. But when I ran the code I got this error:
`Traceback (most recent call last): [...] File "C:\Users\agents\agents.py", line 10, in copywrit…
-
Hello, great work with this project!
I'm using Ollama models to feed my crewAI agents, but I noticed that:
- when I turn on Ollama desktop, everything runs well
- if I shut down Ollama desktop, and…
-
In the Instagram Post example, I get the following error:
```
Traceback (most recent call last):
File "/home/gene/Projects/crewai/crewAI-examples/instagram_post/main.py", line 20, in
produc…
-
The current backend functionalities can be refactored and I will be taking it myself. Any suggestions are welcome.
-
I read the civitai tutorial and I’m confused on what using the GROQ api actually does. Does using the API generate the image remotely using Groq's Lang Processing Units GROQ’s (LPUs) or if it only ge…
-
https://github.com/joaomdmoura/crewAI-examples/tree/main/stock_analysis#integrating-ollama-with-crewai
```
ollama_openhermes = Ollama(model="agent")
```
Should be 'openhermes'
ollama_openhermes =…