Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
from
ollama
import
generate
2
3
response = generate(
'gemma3'
,
'Why is the sky blue?'
)
4
print(response[
'response'
])
Callers
nothing calls this directly
Calls
1
generate
Function · 0.85
Tested by
no test coverage detected