fabianonbfilho commited on
Commit
c6cdf51
·
verified ·
1 Parent(s): 3623cfb

Upload src/labdaps/config.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. src/labdaps/config.py +2 -2
src/labdaps/config.py CHANGED
@@ -22,6 +22,6 @@ MIN_CHUNK_CHARS = 200
22
  TOP_K_CANDIDATES = 10
23
  TOP_K_FINAL = 5
24
 
25
- # Gemini
26
- GEMINI_MODEL = "gemini-2.0-flash"
27
  MAX_HISTORY_MESSAGES = 6
 
22
  TOP_K_CANDIDATES = 10
23
  TOP_K_FINAL = 5
24
 
25
+ # Groq / Llama
26
+ GROQ_MODEL = "llama-3.3-70b-versatile"
27
  MAX_HISTORY_MESSAGES = 6