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