bot/bozenka/generative/__init__.py

19 lines
332 B
Python

# List of text generative categories, what we support
text_generative_categories = [
"Gpt4Free",
"Gpt4All",
]
# List of image generative categories, what we support
image_generative_categories = [
"Kadinsky"
]
image_generative_size = [
"1024x1024",
"1024x576",
"576x1024",
"1024x680",
"680x1024"
]