NLP_RAG / config.py
droushb's picture
Fixed commit issue
056c063
raw
history blame
214 Bytes
CONFIG = {
"DATASET": "aalksii/ml-arxiv-papers",
"MAX_NUM_OF_RECORDS": 1000,
"TEXTAREA_HEIGHT": 200,
"CHUNK_SIZE": 200,
"OPENAI_ENGINE": "gpt-4o-mini",
"MAX_TOKENS": 500,
"TOP_DOCS": 3
}