File size: 169 Bytes
e90a10b
32213f1
e90a10b
 
 
 
 
1
2
3
4
5
6
7
class Config:
    qa_model_path = "Gowtham122/albertqa"  # Example QA model
    AIP_HEALTH_ROUTE = "/health"
    AIP_HTTP_PORT = 8000
    DEBUG = True

CONFIG = Config()