Chris Bruner

Results 58 issues of Chris Bruner

Added this in the examples issue https://github.com/joaomdmoura/crewAI-examples/issues/2 I tried the stock analsys example, and it looked like it was working until it needed an OPEN_API key. Also It expects a...

question

I've got code with two agents, one can delegate to the other. I'm getting results like ``` > Entering new AgentExecutor chain... Thought: Do I need to use a tool?...

feature-request
feature-accepted

Thinking of an enhancement. With llava, you could ask what a picture is about and give the file location. I wonder if it would be useful or worthwhile to analyse...

enhancement

A problem I've been having with local llm, is that not all tools work, or I don't know tools that are available. As an enhancement, Add toolgroups. I'm suggesting that...

feature-request

I've added commented out code that can be used to use local model instead of OpenAI. (It works!)

``` MainTask = """Write the snake game in python""", # Create tasks for your agents task1 = Task( description=MainTask, agent=coder ) ``` gives an error from pydantic about description must...

question

There is no obvious way of seeing what flags are available for ollama list ``` ollama list --help List models Usage: ollama list [flags] Aliases: list, ls Flags: -h, --help...

feature request
cli

So I'm trying to set up an example that you've got 1 guy who code, and another guy that checks his work and the last guy who checks that the...

question

Doing the stock example, and specified ollama for both agents. Looked like ti was working until it started telling me the results. and then.... ``` Entering new AgentExecutor chain... Traceback...

what languges do you know results in an endless display of ``` . This particular event has actually just been added to our entire project code base here above, which...