Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ from transformers import (
|
|
21 |
|
22 |
# Configuration Constants
|
23 |
MODEL_ID = "CohereForAI/aya-expanse-32b"
|
24 |
-
DEFAULT_SYSTEM_PROMPT = """You are a highly intelligent
|
25 |
# UI Configuration
|
26 |
TITLE = "<h1><center>Mawared T Assistant</center></h1>"
|
27 |
PLACEHOLDER = "Ask me anything! I'll think through it step by step."
|
|
|
21 |
|
22 |
# Configuration Constants
|
23 |
MODEL_ID = "CohereForAI/aya-expanse-32b"
|
24 |
+
DEFAULT_SYSTEM_PROMPT = """You are a highly intelligent Bilingual assistant who is fluent in Arabic and English."""
|
25 |
# UI Configuration
|
26 |
TITLE = "<h1><center>Mawared T Assistant</center></h1>"
|
27 |
PLACEHOLDER = "Ask me anything! I'll think through it step by step."
|