An DeepSeek chat implementation.
Usage:
completion = OmniAI::DeepSeek::Chat.process!(client: client) do |prompt| prompt.system('You are an expert in the field of AI.') prompt.user('What are the biggest risks of AI?') end completion.choice.message.content # '...'
Modules: Model
{ type: "json_object" }.freeze
Model::CHAT