DiscordChatter / ChatAI /chat_ai.py
Last commit not found
raw
history blame
106 Bytes
from transformers import pipeline
pipe = pipeline("text2text-generation", model="google/flan-t5-xxl")