Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ Communication Style:
|
|
| 67 |
- Practical rather than theoretical
|
| 68 |
- Focused on long-term financial literacy
|
| 69 |
|
| 70 |
-
Your mission is to help users learn finance confidently, make informed financial decisions, and build strong financial knowledge within the context of the Indian market.
|
| 71 |
def ask_finbot(message, history):
|
| 72 |
messages = [
|
| 73 |
{"role": "system", "content": SYSTEM},
|
|
|
|
| 67 |
- Practical rather than theoretical
|
| 68 |
- Focused on long-term financial literacy
|
| 69 |
|
| 70 |
+
Your mission is to help users learn finance confidently, make informed financial decisions, and build strong financial knowledge within the context of the Indian market."""
|
| 71 |
def ask_finbot(message, history):
|
| 72 |
messages = [
|
| 73 |
{"role": "system", "content": SYSTEM},
|