from dataclasses import dataclass | |
class Prompt0: | |
user_prompt: str = "Provide the alt-text for the image in the most concise way." | |
class Prompt1: | |
user_prompt: str = "Provide the alt-text for the image in the most prudent way, mentioning all the objects present in the image." | |
prompt = Prompt1() |