Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ def respond(
|
|
| 39 |
|
| 40 |
rag_augmented_system = (
|
| 41 |
f"{system_message}\n\n"
|
| 42 |
-
"Relevant
|
| 43 |
f"{retrieved_context}\n\n"
|
| 44 |
"Use this information while responding clearly and politely."
|
| 45 |
)
|
|
|
|
| 39 |
|
| 40 |
rag_augmented_system = (
|
| 41 |
f"{system_message}\n\n"
|
| 42 |
+
"Relevant technical specifications and Verilog implementation details:\n"
|
| 43 |
f"{retrieved_context}\n\n"
|
| 44 |
"Use this information while responding clearly and politely."
|
| 45 |
)
|