CosmoAI commited on
Commit
9bfebe1
1 Parent(s): 1c96088

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def make_call(data):
22
  api_key=api,
23
  ) # Configure the model with the API key
24
  # query = st.text_input("Enter your query")
25
- 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= {data}"
26
  try:
27
  response = client.chat.completions.create(
28
  messages=[
 
22
  api_key=api,
23
  ) # Configure the model with the API key
24
  # query = st.text_input("Enter your query")
25
+ prmptquery= f"Answer this query as a friend with wisdom, love and compassion, in context to bhagwat geeta, provide references of shloks from chapters of bhagwat geeta which is relevant to the query. Query= {data}"
26
  try:
27
  response = client.chat.completions.create(
28
  messages=[