DiscordChatter / ChatAI /chat_ai.py
Radosław Wolnik
idk
b26d149
raw
history blame
119 Bytes
from transformers import pipeline
pipe = pipeline("text2text-generation", model="facebook/blenderbot-400M-distill")