1yahoo commited on
Commit
fd613c2
·
verified ·
1 Parent(s): db7c890

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ chroma_client = chromadb.PersistentClient(path=CHROMA_DATA_PATH)
13
  ef = embedding_functions.DefaultEmbeddingFunction()
14
  collection = chroma_client.get_or_create_collection(name="yousef_vault", embedding_function=ef)
15
 
16
- DEFAULT_MODEL = "huihui-ai/Qwen2.5-72B-Instruct-abliterated"
17
 
18
  # --- 2. دالة استخراج النصوص ---
19
  def process_document(file):
 
13
  ef = embedding_functions.DefaultEmbeddingFunction()
14
  collection = chroma_client.get_or_create_collection(name="yousef_vault", embedding_function=ef)
15
 
16
+ DEFAULT_MODEL = "Meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8"
17
 
18
  # --- 2. دالة استخراج النصوص ---
19
  def process_document(file):