videoChat / settings.py
ns-devel
Added openai and gemini for video QnA.
8677234
from pathlib import Path
HF_API_URL = "https://api-inference.huggingface.co/models/openai/whisper-large-v2"
BASE_DIR = Path(__file__).parent
DATA_DIR = Path(BASE_DIR).joinpath("data")