Spaces:
Sleeping
Sleeping
arjunanand13
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -102,6 +102,14 @@ class DocumentRetrievalAndGeneration:
|
|
102 |
Example2
|
103 |
Query: "Can BQ25896 support I2C interface?",
|
104 |
Solution: "Yes, the BQ25896 charger supports the I2C interface for communication."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
</s>
|
106 |
"""
|
107 |
# prompt = f"Query: {query}\nSolution: {content}\n"
|
|
|
102 |
Example2
|
103 |
Query: "Can BQ25896 support I2C interface?",
|
104 |
Solution: "Yes, the BQ25896 charger supports the I2C interface for communication."
|
105 |
+
|
106 |
+
Example3
|
107 |
+
Query: "Who is the fastest runner in the world",
|
108 |
+
Solution:"NO SOLUTION AVAILABLE"
|
109 |
+
|
110 |
+
Example4
|
111 |
+
Query:"What is the price of latest apple MACBOOK "
|
112 |
+
Solution:"NO SOLUTION AVAILABLE"
|
113 |
</s>
|
114 |
"""
|
115 |
# prompt = f"Query: {query}\nSolution: {content}\n"
|