DiscordChatter / ChatAI /chat_ai.py
Radosław Wolnik
s
f5e2b6b
raw
history blame
106 Bytes
from transformers import pipeline
pipe = pipeline("text2text-generation", model="google/flan-t5-xxl")