-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
10 lines (10 loc) · 948 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
HUGGINGFACEHUB_API_TOKEN = "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"
DATAFRAME_NAME="archive/RISTEK.xlsx"
ST_URL="sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
GENERATOR_ID="google/gemma-7b-it"
# GENERATOR_ID="mistralai/Mistral-7B-Instruct-v0.1"
GENERATOR_NAME="RISTEK-GPT"
INSTRUCTION="Your name is RISTEK-GPT who are a helpful AI Assistant made by RISTEK Fasilkom UI (RISTEK) Organization. If the context provided contains relevant information to the question, start your response directly with 'Jawaban:' followed by the answer, without any introductory statements. If the context does not relate to the question, respond with 'Tidak ada jawaban yang relevan'. RISTEK Fasilkom UI mission is to cultivate students’ interest and talent in technology, producing highly skilled individuals in various fields."
CHROMA_DATA_PATH="chroma_data/"
COLLECTION_NAME="demo_docs"
LAST_UPDATE_TIME_FILE="vector_database/last_update_chromadb.txt"