CosmoAI commited on
Commit
c2bb9f5
1 Parent(s): 54b212d

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"give the answer of given query in context to bhagwat geeta: {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. Query= {query}"
15
  chat_completion = client.chat.completions.create(
16
  messages=[
17
  {