import os class Config: API_KEY = "sk-mxcCY1XUQ6P454YuROT7wkbQ8JlKHTBDQLdPDeZZmInq8xsE" BASE_URL = "https://ai.comfly.chat/" PROXY = "https://127007.xyz/" # Flask settings UPLOAD_FOLDER = 'static/uploads' DATABASE = 'noirflow.db'