reshav1 commited on
Commit
4261892
1 Parent(s): 51ef8d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def make_call(api):
25
 
26
  query = st.text_input("Enter your query")
27
 
28
- prmptquery= f"talk to people as a funny,smart , mischievous friend" . Query= {query}"
29
 
30
  chat_completion = client.chat.completions.create(
31
 
 
25
 
26
  query = st.text_input("Enter your query")
27
 
28
+ prmptquery= f"Act as bhagwan Krishna and answer this query in context to bhagwat geeta, you may also provide reference to shloks from chapters of bhagwat geeta which is relevant to the query. Query= {query}"
29
 
30
  chat_completion = client.chat.completions.create(
31