open-deep-research
open-deep-research copied to clipboard
Missing Ollama support
@nickscamara I got it sort of working, it says "Research completed successfully." and text it prints seems relevant But even when I use qwq:32b which supports tools I get
636 | if (objectText === undefined) {
> 637 | throw new NoObjectGeneratedError({
| ^
638 | message: 'No object generated: the tool was not called.',
639 | response: responseData,
640 | usage: calculateLanguageModelUsage(result.usage), {
cause: undefined,
text: undefined,
response: [Object],
usage: [Object]
}
With deepseek-r1:32b it's worse
Both keep showing "Failed to analyze findings" on the Activity panel
Well, it seems like "Failed to analyze findings" wasn't related to ollama, but rather was firecrawl issue. Once I finally got firecrawl working (and did some more fixes), I got deep research working with ollama. Created PR for it - https://github.com/nickscamara/open-deep-research/pull/61