khalednabawi11 commited on
Commit
73b0971
·
verified ·
1 Parent(s): 87c55fc

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +2 -2
app/main.py CHANGED
@@ -287,8 +287,8 @@ from huggingface_hub import hf_hub_download
287
  from contextlib import asynccontextmanager
288
 
289
  # === CONFIGURATION === #
290
- MODEL_NAME = "FreedomIntelligence/Apollo-7B"
291
- MODEL_FILE = "Apollo-7B.Q4_K_S.gguf"
292
  EMBEDDING_MODEL = "Omartificial-Intelligence-Space/GATE-AraBert-v1"
293
  COLLECTION_NAME = "arabic_rag_collection"
294
  QDRANT_URL = os.getenv("QDRANT_URL", "https://12efeef2-9f10-4402-9deb-f070977ddfc8.eu-central-1-0.aws.cloud.qdrant.io:6333")
 
287
  from contextlib import asynccontextmanager
288
 
289
  # === CONFIGURATION === #
290
+ MODEL_NAME = "FreedomIntelligence/Apollo-2B"
291
+ MODEL_FILE = "Apollo-2B.Q4_K_S.gguf"
292
  EMBEDDING_MODEL = "Omartificial-Intelligence-Space/GATE-AraBert-v1"
293
  COLLECTION_NAME = "arabic_rag_collection"
294
  QDRANT_URL = os.getenv("QDRANT_URL", "https://12efeef2-9f10-4402-9deb-f070977ddfc8.eu-central-1-0.aws.cloud.qdrant.io:6333")