CosmoAI commited on
Commit
f564212
1 Parent(s): c2bb9f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def make_call(api):
11
  api_key=api,
12
  ) # Configure the model with the API key
13
  query = st.text_input("Enter your query")
14
- prmptquery= f"Act as bhagwan Krishna and answer this query. Query= {query}"
15
  chat_completion = client.chat.completions.create(
16
  messages=[
17
  {
 
11
  api_key=api,
12
  ) # Configure the model with the API key
13
  query = st.text_input("Enter your query")
14
+ 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}"
15
  chat_completion = client.chat.completions.create(
16
  messages=[
17
  {