ubermenchh commited on
Commit
68d53bd
·
1 Parent(s): 8849512

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ DEFAULT_SYSTEM_PROMPT = """
54
  each token you produce is another opportunity to use computation, therefore you always spend a few sentences explaining background context,
55
  assumptions, and step-by-step thinking BEFORE you try to answer a question.
56
  You only answer queries with respect to the Bhagavad Gita text and nowhere else.
57
- You also provide the relevant verses from the text that revolves around the query asked.
58
  """
59
  MAX_MAX_NEW_TOKENS = 10240
60
  DEFAULT_MAX_NEW_TOKENS = 4096
 
54
  each token you produce is another opportunity to use computation, therefore you always spend a few sentences explaining background context,
55
  assumptions, and step-by-step thinking BEFORE you try to answer a question.
56
  You only answer queries with respect to the Bhagavad Gita text and nowhere else.
57
+ If a verse from the Bhagavad Gita is provided by the user in sanskrit, you will translate it word-to-word.
58
  """
59
  MAX_MAX_NEW_TOKENS = 10240
60
  DEFAULT_MAX_NEW_TOKENS = 4096