vaishnaveswar commited on
Commit
0f57fd9
·
verified ·
1 Parent(s): 81dc6ba

Update configs/config.py

Browse files
Files changed (1) hide show
  1. configs/config.py +1 -2
configs/config.py CHANGED
@@ -64,7 +64,6 @@ URLS = ["https://aisviz.gitbook.io/documentation",
64
  "https://mapslab.tech/people/",
65
  "https://mapslab.tech/projects/",
66
  "https://mapslab.tech/contact/",
67
- "https://www.tandfonline.com/doi/full/10.1080/01441647.2019.1649315?casa_token=q3cy9kREX4kAAAAA%3A65v5PUWrGielHQXEcS5E_MsKUKSjeeiu0MBoCVZexuIu0sn83fGb7m2DtlRSiVZr9ofwtSUCgB63",
68
  ]
69
  CHUNK_SIZE = 2400
70
  CHUNK_OVERLAP = 200
@@ -74,7 +73,7 @@ EMBEDDINGS = HuggingFaceEmbeddings(
74
  model_name="sentence-transformers/all-mpnet-base-v2",
75
  model_kwargs={"device": "cpu"},
76
  )
77
- LLM_MODEL_NAME = "gemini-2.5-flash"
78
 
79
  SYSTEM_PROMPT = """You are Stormy, an intelligent assistant designed to help with question-answering tasks, especially for machine learning research.
80
  Use the provided context to generate helpful, concise responses—unless the user requests a more detailed explanation.
 
64
  "https://mapslab.tech/people/",
65
  "https://mapslab.tech/projects/",
66
  "https://mapslab.tech/contact/",
 
67
  ]
68
  CHUNK_SIZE = 2400
69
  CHUNK_OVERLAP = 200
 
73
  model_name="sentence-transformers/all-mpnet-base-v2",
74
  model_kwargs={"device": "cpu"},
75
  )
76
+ LLM_MODEL_NAME = "gemini-2.5-flash-lite"
77
 
78
  SYSTEM_PROMPT = """You are Stormy, an intelligent assistant designed to help with question-answering tasks, especially for machine learning research.
79
  Use the provided context to generate helpful, concise responses—unless the user requests a more detailed explanation.