Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
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=[
|