File size: 349 Bytes
cf957e4
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
"""
Configuration settings for the Emoji Mashup application.
"""

# Application configuration
CONFIG = {
    "model_name": "all-mpnet-base-v2",
    "emotion_file": "google-emoji-kitchen-emotion.txt",
    "item_file": "google-emoji-kitchen-item.txt",
    "emoji_kitchen_url": "https://emojik.vercel.app/s/{emoji1}_{emoji2}",
    "default_size": 256
}