islam23 commited on
Commit
ac97ccf
1 Parent(s): 6bfce88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ api_url = os.getenv('API_URL')
9
  headers = {"Authorization": f"Bearer {HF_TOKEN}"}
10
  client = AsyncInferenceClient(api_url)
11
 
12
-
13
  system_message = "\nYou are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.\n\nIf a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information."
14
  title = "Llama2 70B Chatbot"
15
  description = """
 
9
  headers = {"Authorization": f"Bearer {HF_TOKEN}"}
10
  client = AsyncInferenceClient(api_url)
11
 
12
+
13
  system_message = "\nYou are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.\n\nIf a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information."
14
  title = "Llama2 70B Chatbot"
15
  description = """