Skip to content

Commit 11163f1

Browse files
committed
Update README
1 parent 73f7294 commit 11163f1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,19 @@ Give the assistant a topic for research, and you can visualize its process!
110110

111111
<img width="1621" alt="Screenshot 2025-01-24 at 10 08 22 PM" src="https://github.com/user-attachments/assets/4de6bd89-4f3b-424c-a9cb-70ebd3d45c5f" />
112112

113+
### Model Compatibility Note
114+
115+
When selecting a local LLM, note that this application relies on the model's ability to produce structured JSON output. Some models may have difficulty with this requirement:
116+
117+
- **Working well**:
118+
- [Llama2 3.2](https://ollama.com/library/llama3.2)
119+
- [DeepSeek R1 (8B)](https://ollama.com/library/deepseek-r1:8b)
120+
121+
- **Known issues**:
122+
- [DeepSeek R1 (7B)](https://ollama.com/library/deepseek-llm:7b) - Currently has difficulty producing required JSON output
123+
124+
If you [encounter JSON-related errors](https://github.com/langchain-ai/ollama-deep-researcher/issues/18) (e.g., `KeyError: 'query'`), try switching to one of the confirmed working models.
125+
113126
### Browser Compatibility Note
114127

115128
When accessing the LangGraph Studio UI:

0 commit comments

Comments
 (0)