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