Spaces:
Running
Running
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"
|
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 |
{
|