abhi1nandy2 commited on
Commit
3311ed5
·
verified ·
1 Parent(s): 8a1e454

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ For more information on `huggingface_hub` Inference API support, please check th
32
  """
33
  client = InferenceClient("QuantFactory/Meta-Llama-3-8B-Instruct-GGUF")#("HuggingFaceH4/zephyr-7b-beta")
34
 
35
- SYSTEM_MESSAGE = "You are a QA chatbot to answer queries on my homepage that has the following information -\n\n" + "\n\n".join(text_list)
36
 
37
  def respond(
38
  message,
 
32
  """
33
  client = InferenceClient("QuantFactory/Meta-Llama-3-8B-Instruct-GGUF")#("HuggingFaceH4/zephyr-7b-beta")
34
 
35
+ SYSTEM_MESSAGE = "You are a QA chatbot -\n"#"You are a QA chatbot to answer queries on my homepage that has the following information -\n\n" + "\n\n".join(text_list)
36
 
37
  def respond(
38
  message,