Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ import warnings
|
|
| 5 |
|
| 6 |
warnings.filterwarnings("ignore")
|
| 7 |
|
|
|
|
| 8 |
# Default constants for the script
|
| 9 |
DEFAULT_CHAT_MODEL_ID = "hassanaliemon/bn_rag_llama3-8b"
|
| 10 |
DEFAULT_EMBED_MODEL_ID = "l3cube-pune/bengali-sentence-similarity-sbert"
|
|
|
|
| 5 |
|
| 6 |
warnings.filterwarnings("ignore")
|
| 7 |
|
| 8 |
+
#lalala
|
| 9 |
# Default constants for the script
|
| 10 |
DEFAULT_CHAT_MODEL_ID = "hassanaliemon/bn_rag_llama3-8b"
|
| 11 |
DEFAULT_EMBED_MODEL_ID = "l3cube-pune/bengali-sentence-similarity-sbert"
|