MCPcopy Index your code
hub / github.com/ollama/ollama-python / generate.py

File generate.py

examples/generate.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from ollama import generate
2
3response = generate('gemma3', 'Why is the sky blue?')
4print(response['response'])

Callers

nothing calls this directly

Calls 1

generateFunction · 0.85

Tested by

no test coverage detected