Functions
deepseek
deepseek(
init?
):DeepSeekLLM
Defined in: packages/providers/deepseek/src/llm.ts:44
Convenience function to create a new DeepSeekLLM instance.
Parameters
init?
Omit
<Partial
<OpenAI
>, "session"
> & object
Optional initialization parameters for the DeepSeekLLM instance.
Returns
A new DeepSeekLLM instance.