We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9559da8 commit b827535Copy full SHA for b827535
src/ollama_deep_researcher/configuration.py
@@ -29,7 +29,7 @@ class Configuration(BaseModel):
29
title="LLM Provider",
30
description="Provider for the LLM (Ollama or LMStudio)"
31
)
32
- search_api: Literal["perplexity", "tavily", "duckduckgo"] = Field(
+ search_api: Literal["perplexity", "tavily", "duckduckgo", "searxng"] = Field(
33
default="duckduckgo",
34
title="Search API",
35
description="Web search API to use"
0 commit comments