Chatmodel / app /config.py
Gowtham122's picture
Update app/config.py
32213f1 verified
raw
history blame contribute delete
169 Bytes
class Config:
qa_model_path = "Gowtham122/albertqa" # Example QA model
AIP_HEALTH_ROUTE = "/health"
AIP_HTTP_PORT = 8000
DEBUG = True
CONFIG = Config()