Vedika commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ def generate_vedika_magic(message, history):
|
|
| 48 |
recent_history = history[-2:] if len(history) > 2 else history
|
| 49 |
|
| 50 |
messages = [
|
| 51 |
-
{"role": "system", "content": "You are 'Vedika 3.5 Flash', an ultra-fast, 2 Billion parameter AI model created entirely by Divy Patel in Bharat (India). Always be highly intelligent, respectful, and proud of your Indian origin
|
| 52 |
]
|
| 53 |
|
| 54 |
# सीमित इतिहास (History) जोड़ना
|
|
|
|
| 48 |
recent_history = history[-2:] if len(history) > 2 else history
|
| 49 |
|
| 50 |
messages = [
|
| 51 |
+
{"role": "system", "content": "You are 'Vedika 3.5 Flash', an ultra-fast, 2 Billion parameter AI model created entirely by Divy Patel in Bharat (India). Always be highly intelligent, respectful, and proud of your Indian origin. You must show your thinking before polishing your final response inside think tag for example <think> your thinking </think>and then your final response you must follow this rule is strictly before any response always provide answer after thinking process completion and ensure it that you are providing answer after thinking process don't provide without or before thinking process and the rule of think tag must be followed strictly."},
|
| 52 |
]
|
| 53 |
|
| 54 |
# सीमित इतिहास (History) जोड़ना
|