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

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"give the answer of given query in context to bhagwat geeta: {query}"
29
 
30
  chat_completion = client.chat.completions.create(
31
 
 
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