@moffintosh Yes I am using Llama.cpp. It creates impressive output but just not remotely as good as ChatGPT.
As an example, here is one I generated from ChatGPT. It's perfect:
{
"name": "Galehawk",
"inspiration_animal": "Hawk",
"description": "Galehawk is a majestic avian Pokémon known for its aerial prowess and keen eyesight, ruling the skies with swift and precise attacks.",
"attacks": [
{
"name": "Tornado Dive",
"description": "Galehawk soars into the sky and dives like a tornado at its opponent, dealing flying-type damage."
},
{
"name": "Aerial Slash",
"description": "Galehawk performs a swift and powerful aerial slash, dealing flying-type damage to all opponents."
},
{
"name": "Hurricane Fury",
"description": "Galehawk conjures a fierce hurricane that engulfs all opponents in a storm, dealing flying-type damage."
}
]
}
@moffintosh The Llama.cpp output, if I got it years ago, would be an incredible, incredible accomplishment. But if I want to save work, then I use ChatGPT here.