Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,11 +80,11 @@ def format_prompt(query):
|
|
| 80 |
|
| 81 |
Here's my question:
|
| 82 |
{query}
|
| 83 |
-
|
| 84 |
-
The format I want answer in
|
| 85 |
-
user_query ==> query
|
| 86 |
-
response ==>
|
| 87 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
# prompt = f"""
|
| 89 |
# You are a knowledgeable assistant with access to a comprehensive database.
|
| 90 |
# I need you to answer my question and provide related information in a specific format.
|
|
|
|
| 80 |
|
| 81 |
Here's my question:
|
| 82 |
{query}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
"""
|
| 84 |
+
# The format I want answer in
|
| 85 |
+
# user_query ==> query
|
| 86 |
+
# response ==>
|
| 87 |
+
# """
|
| 88 |
# prompt = f"""
|
| 89 |
# You are a knowledgeable assistant with access to a comprehensive database.
|
| 90 |
# I need you to answer my question and provide related information in a specific format.
|