Browse by type
Deephermes is really cool because a single model can act either as a normal agent, or a deep thinking AI simply by using system prompts.
What if you don't even need a system prompt, and the model automatically acts based on its OWN judgement?

In above example:
[THINKING] and then ends with [ANSWER], confirming that it's using the deep thinking mode.First install LM Studio
Then load nousresearch_deephermes-3-llama-3-8b-preview into LMStudio:
lms load nousresearch_deephermes-3-llama-3-8b-preview -y
Once the LMStudio server is running and has loaded the model, activate virtual environment
source env/bin/activate (mac/linux)
.\env\Scripts\activate (windows)
Next, install dependencies:
pip install -r requirements.txt
Then run with:
python app.py
$ claude mcp add deeperhermes \
-- python -m otcore.mcp_server <graph>