AxAIGroqArgs
type AxAIGroqArgs<TModelKey> = AxAIOpenAIArgs<"groq", AxAIGroqModel, undefined, TModelKey> & object;
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/ai/groq/api.ts#L22
Type declaration
| Name | Type |
|---|---|
modelInfo? | AxModelInfo[] |
options? | Readonly<AxAIServiceOptions> & object |
Type Parameters
| Type Parameter |
|---|
TModelKey |