deepseek {tidyllm} | R Documentation |
Deepseek Provider Function
Description
The deepseek()
function acts as a provider interface for interacting with the Deepseek API
through tidyllm
's chat()
verb.
It dynamically routes requests to deepseek-specific function. At the moment this is only
deepseek_chat()
Usage
deepseek(..., .called_from = NULL)
Arguments
... |
Parameters to be passed to the appropriate Deepseek-specific function, such as model configuration, input text, or API-specific options. |
.called_from |
An internal argument specifying which action (e.g.,
|
Value
The result of the requested action, depending on the specific function invoked
(e.g., an updated LLMMessage
object for chat()
).
[Package tidyllm version 0.3.4 Index]