qa-and-rag-ai-assistant/config.py
2026-01-13 15:38:27 +03:00

4 lines
81 B
Python

class Config:
BOT_NAME = "ITMOshkaBot"
HOST = "localhost"
PORT = 8000