mirror of
https://github.com/ollama/ollama-python.git
synced 2026-09-26 12:17:25 +00:00
5 lines
111 B
Python
5 lines
111 B
Python
from ollama import generate
|
|
|
|
response = generate('gemma4', 'Why is the sky blue?')
|
|
print(response['response'])
|