Daemontatox commited on
Commit
1e651a5
·
verified ·
1 Parent(s): 0568df6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 assistant."""
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."