Delete generation_config.json

#239

Use a pipeline as a high-level helper

from transformers import pipeline

messages = [
{"role": "user", "content": "Who are you?"},
]
pipe = pipeline("text-generation", model="mistralai/Mixtral-8x7B-Instruct-v0.1")
pipe(messages)

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment