Project-TITAN / main.py
king-eagle's picture
first commit
1b9d2d8
raw
history blame
252 Bytes
import ollama
res = ollama.generate(
model="hf.co/bartowski/Llama-3.2-3B-Instruct-uncensored-GGUF:Q5_K_S",
# model="qwen2.5:3b",
prompt="i am a human",
system="Provide answers with funny and creative answers",
)
print(res['response'])