Files
T

6 lines
113 B
Python

from ollama import generate
response = generate('mistral', 'Why is the sky blue?')
print(response['response'])