Felt like making a merge.
This model combines three individually solid, stable and distinctly different RP models.
zerofata/GeneticLemonade-Unleashed-v3 Creative, generalist RP / ERP model.
Delta-Vector/Plesio-70B Unique prose and unique dialogue RP / ERP model.
TheDrummer/Anubis-70B-v1.1 Character portrayal, neutrally aligned RP / ERP model.

# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="zerofata/L3.3-GeneticLemonade-Opus-70B") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)