rishabhsetiya commited on
Commit
8a729b9
·
verified ·
1 Parent(s): f6bc452

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -11
app.py CHANGED
@@ -8,17 +8,6 @@ import rag
8
  # -----------------------------
9
  fine_tuning.load_and_train()
10
 
11
- # -----------------------------
12
- # RAG Backend (Stub Example)
13
- # -----------------------------
14
- def generate_answer_rag(prompt, max_tokens=200):
15
- """
16
- Replace this stub with your actual RAG pipeline.
17
- For now, just a dummy response.
18
- """
19
- return f"[RAG answer for]: {prompt[:50]}..."
20
-
21
-
22
  # -----------------------------
23
  # Combined Answer Function
24
  # -----------------------------
 
8
  # -----------------------------
9
  fine_tuning.load_and_train()
10
 
 
 
 
 
 
 
 
 
 
 
 
11
  # -----------------------------
12
  # Combined Answer Function
13
  # -----------------------------