Class: Groq
OpenAI LLM implementation
Hierarchy
-
↳
Groq
Constructors
constructor
• new Groq(init?
): Groq
Parameters
Name | Type |
---|---|
init? | Partial <OpenAI > |
Returns
Overrides
Defined in
packages/core/src/llm/groq.ts:5
Properties
additionalChatOptions
• Optional
additionalChatOptions: Omit
<Partial
<ChatCompletionCreateParams
>, "messages"
| "stream"
| "max_tokens"
| "model"
| "temperature"
| "top_p"
| "tools"
| "toolChoice"
>
Inherited from
Defined in
packages/core/src/llm/LLM.ts:82
additionalSessionOptions
• Optional
additionalSessionOptions: Omit
<Partial
<ClientOptions
>, "apiKey"
| "timeout"
| "maxRetries"
>
Inherited from
OpenAI.additionalSessionOptions
Defined in
packages/core/src/llm/LLM.ts:99
apiKey
• Optional
apiKey: string
= undefined
Inherited from
Defined in
packages/core/src/llm/LLM.ts:95
maxRetries
• maxRetries: number
Inherited from
Defined in
packages/core/src/llm/LLM.ts:96
maxTokens
• Optional
maxTokens: number