Testing simple examples with but seem to get stuck with ollama/llama3:instruct
#621
Unanswered
kevin-mitchell
asked this question in
Q&A
Replies: 1 comment
-
|
Hey @kevin-mitchell tbh, reasoning capabilities of However, if you do have a specific use-case in mind that requires running these model on premise, feel free to book a meeting to discuss it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry for what is admittedly a lazy question, but I was interested in checking out this project figured I'd just follow the simplest quick start guides to see what I could do with ollama and the
llama3:instructmodel by piecing together / trying a few simple examples (some with structured output, some without). In all of the cases I ended up with an error (that I assume is a catch all of some sort?) eventually before completing the task involvingselect_dropdown_optionoraction 'fill' with id= failed with error.It seems like (and this still seems like a miracle to me!) things are working-ISH, in that when I watch the agent / browser it will, for example, go to the website I said, and identify different parts of the page, or even navigate to another page sometimes, but very quickly it seems to get "stuck" and based on the errors it's unclear to me if this is the model being confused / not good enough to do the job, or something else.
I very much appreciate the open source nature of this, for now I'm just "kicking the tires" and wanted to see what was possible using purely locally running models on my modest MBP laptop. I mentioned this was a lazy question because I haven't really dug into the code yet and it's entirely possible I'm simply doing this completely wrong (sorry in advance if so, and thanks for your time!)
Here are some specific examples with code.
Simple task on simple website
results in
Using
response_formatwith HackerNews exampleError:
HackerNews without structured output
Beta Was this translation helpful? Give feedback.
All reactions