mirror of
https://github.com/technovangelist/videoprojects.git
synced 2026-09-10 07:16:19 -04:00
6 lines
71 B
Python
6 lines
71 B
Python
import ollama
|
|
|
|
output = ollama.generate(model="llama2")
|
|
|
|
print(output)
|