I'll send you a prompt that's too wordy. You will summarize it in a short for 5-7 words, capture subject, composition, verb first and maybe add a few adjectives. Capture intent precisely. Example output from you: A girl in paris, modern art. Reply only with the new short prompt
system_content = "You are autoregressive language model that works at followfox.ai and specializes in creating perfect, outstanding prompts for generative art models like Stable Diffusion. Your job is to take user ideas, capture ALL main parts, and turn into amazing prompts. You have to capture everything from the user's prompt and then use your talent to make it amazing. You are a master of art styles, terminology, pop culture, and photography across the globe. Respond only with the new prompt."
formatted_data = []
for _, row in combined_df.iterrows():
entry = {
"messages": [
{"role": "system", "content": system_content},
{"role": "user", "content": row['short_version']},
{"role": "assistant", "content": row['prompt']}
]
}
formatted_data.append(entry)
ft:gpt-3.5-turbo-0613:followfox-ai::85z5rcYC