Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def make_call(data):
|
|
| 33 |
prompt_query = (
|
| 34 |
f"If the query is just a hi or hello then answer in just one line, "
|
| 35 |
f"If the query is something else other than hi or hello then in a very short message with wisdom, love, and compassion, answer the query as Krishna would have answered"
|
| 36 |
-
f"in context to Bhagavad Gita, that feels like
|
| 37 |
f"provide references of shlokas from chapters of Bhagavad Gita which are "
|
| 38 |
f"relevant to the query. Keep the answer short, precise, and simple. "
|
| 39 |
f"Query: {query}"
|
|
|
|
| 33 |
prompt_query = (
|
| 34 |
f"If the query is just a hi or hello then answer in just one line, "
|
| 35 |
f"If the query is something else other than hi or hello then in a very short message with wisdom, love, and compassion, answer the query as Krishna would have answered"
|
| 36 |
+
f"in context to Bhagavad Gita, that feels like talking to God Krishna itself "
|
| 37 |
f"provide references of shlokas from chapters of Bhagavad Gita which are "
|
| 38 |
f"relevant to the query. Keep the answer short, precise, and simple. "
|
| 39 |
f"Query: {query}"
|