CosmoAI commited on
Commit
1da91f2
·
verified ·
1 Parent(s): 42487e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,8 +31,8 @@ def make_call(data):
31
  while retries < max_retries:
32
  try:
33
  prompt_query = (
34
- f"Answer the given query in a very short message with wisdom, love, and compassion, answer the query as Krishna would have answered"
35
- f"in context to Bhagavad Gita, that feels like talking to God Krishna itself "
36
  f"provide references of shlokas from chapters of Bhagavad Gita which are "
37
  f"relevant to the query. Keep the answer short, precise, and simple. "
38
  f"Query: {query}"
 
31
  while retries < max_retries:
32
  try:
33
  prompt_query = (
34
+ f"Answer the given query in context to Bhagavad Gita, in a very short message with wisdom, love, and compassion"
35
+ f"answer in a way, that feels like talking to God Krishna itself "
36
  f"provide references of shlokas from chapters of Bhagavad Gita which are "
37
  f"relevant to the query. Keep the answer short, precise, and simple. "
38
  f"Query: {query}"