Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def make_call(api):
|
|
25 |
|
26 |
query = st.text_input("Enter your query")
|
27 |
|
28 |
-
|
29 |
|
30 |
chat_completion = client.chat.completions.create(
|
31 |
|
|
|
25 |
|
26 |
query = st.text_input("Enter your query")
|
27 |
|
28 |
+
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}"
|
29 |
|
30 |
chat_completion = client.chat.completions.create(
|
31 |
|