Module: LLM::DeepSeek::Format
- Included in:
- LLM::DeepSeek
- Defined in:
- lib/llm/shell/internal/llm.rb/lib/llm/providers/deepseek/format.rb,
lib/llm/shell/internal/llm.rb/lib/llm/providers/deepseek/format/completion_format.rb
Defined Under Namespace
Classes: CompletionFormat
Instance Method Summary collapse
Instance Method Details
#format(messages) ⇒ Array<Hash>
12 13 14 15 16 |
# File 'lib/llm/shell/internal/llm.rb/lib/llm/providers/deepseek/format.rb', line 12 def format(, ...) .filter_map do || CompletionFormat.new().format end end |