Class: Ollama::PromptAdapters::DeepSeek
- Defined in:
- lib/ollama/prompt_adapters/deepseek.rb
Overview
DeepSeek adapter. Activates thinking via the think: true API flag.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Ollama::PromptAdapters::Base
Instance Method Details
#inject_think_flag? ⇒ Boolean
7 8 9 |
# File 'lib/ollama/prompt_adapters/deepseek.rb', line 7 def inject_think_flag? true end |