multirag / utils /models_and_path.py
gk8686's picture
Upload 15 files
c9b6cb4 verified
raw
history blame contribute delete
No virus
268 Bytes
"""
This file contains the path of the knowledge base and the model name. All paths are relative to the root directory of the project.
"""
KNOWLEDGE_BASE_PATH = 'KnowledgeDocument(pan_card_services).txt'
MODEL_NAME = 'gpt-3.5-turbo-0301'
WHISPER_MODEL_NAME = 'small'