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