VJnCode commited on
Commit
9ce6f8a
·
1 Parent(s): a647787

FIX : Changed print

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -179,7 +179,7 @@ Answer:"""
179
  # --- Health Check Route (Remains the same) ---
180
  @app.get("/")
181
  def read_root():
182
- return {"status": f"RAG API (Custom Logic, Embeddings: {EMBEDDING_MODEL_NAME}) is running"}
183
 
184
  # --- API Route (Remains the same) ---
185
  @app.post("/chat")
 
179
  # --- Health Check Route (Remains the same) ---
180
  @app.get("/")
181
  def read_root():
182
+ return {"status": f"RAG Model API is running"}
183
 
184
  # --- API Route (Remains the same) ---
185
  @app.post("/chat")