Class: OmniAI::DeepSeek::Chat
- Inherits:
-
Chat
- Object
- Chat
- OmniAI::DeepSeek::Chat
show all
- Defined in:
- lib/omniai/deepseek/chat.rb
Overview
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
Defined Under Namespace
Modules: Model, ResponseFormat
Constant Summary
collapse
- DEFAULT_MODEL =
Model::CHAT