AxAIOllamaArgs
type AxAIOllamaArgs<TModelKey> = AxAIOpenAIArgs<"ollama", string, string, TModelKey> & object;
Defined in: https://github.com/ax-llm/ax/blob/b50783a160295ce34ac10dcaf3bd8fff4a01d535/src/ax/ai/ollama/api.ts#L39
Arguments type for initializing Ollama AI service
Type declaration
| Name | Type |
|---|---|
embedModel? | string |
model? | string |
url? | string |
Type Parameters
| Type Parameter | Description |
|---|---|
TModelKey | Type for model key |