ollama
Functions
create_ollama_client(base_url = 'http://localhost:11434/v1', api_key = 'ollama')
create_instructor(base_url = 'http://localhost:11434/v1', api_key = 'instructor')
call_ollama(client, prompt, model)
call_ollama_vision(image_path, prompt, model, api_url)
Call Ollama vision model with an image and prompt.