hashirehtisham commited on
Commit
f544c85
·
verified ·
1 Parent(s): fb43022

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def respond(
39
 
40
  rag_augmented_system = (
41
  f"{system_message}\n\n"
42
- "Relevant medical guidance below:\n"
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
  )