AxAIOllamaArgs
type AxAIOllamaArgs<TModelKey> = AxAIOpenAIArgs<"ollama", string, string, TModelKey> & object;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/ollama/api.ts#L24
Type declaration
Name | Type |
---|---|
embedModel? | string |
model? | string |
url? | string |
Type Parameters
Type Parameter |
---|
TModelKey |