File size: 170 Bytes
2ff7327
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
class Config:
    APP_NAME = "Kora HF"

    DEFAULT_CHAT_MODEL = "microsoft/Phi-3-mini-4k-instruct"
    DEFAULT_IMAGE_MODEL = "stabilityai/sdxl-turbo"


config = Config()