Anirudh Kamath
Anirudh Kamath
Hey! This is likely due to the fact that Ollama models are usually too small to consistently run Stagehand code. I strongly recommend trying Gemini 2.0 Flash: it's [our most...
Ah man, sorry you're running into this issue! What model are you trying? Does it support tool calling?
Thanks so much for taking the time to try Stagehand! Have you tried using `observe`? You can [use `observe` to plan out `act`](https://docs.stagehand.dev/reference/observe) so it doesn't do anything you don't...
my bad, didn't see this until now! thank you so much for your contribution, will look at this in depth probably later this week or this weekend. sincerely appreciate your...
Hey! Multiple browsers is unfortunately not on the roadmap as of now. We want Stagehand to be really really good on Chrome, and our roadmap is actually more likely to...
Yeah, have you validated that your API key for your LLM is a valid one? We should patch this error
hey did you run `npm run build`? `dist/` is intentionally there to make sure our examples work using distributed types and not internal, since it's easy to get those mixed...
Hey! If you go to `stagehand.config.ts`, can you remove [this line](https://github.com/browserbase/playbook/blob/fbab43427993f6a43a02a9d255f2622157c475ef/stagehand.config.ts#L15-L16) and then paste the error trace here? We have a custom logger that keeps logs readable, but a more...
Ah, that likely means there's some default config that's conflicting with Vercel AI SDK. Thanks so much for the feedback!