HarshanaLF commited on
Commit
d034c9f
·
1 Parent(s): 1c3cdd1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def client_fn(model):
12
  }
13
  return InferenceClient(model_map.get(model, "mistralai/Mixtral-8x7B-Instruct-v0.1"))
14
 
15
- system_instructions = ("[SYSTEM] You are an assistant ."
16
  "Your task is to Answer the question."
17
  "Keep conversation very short, clear and concise."
18
  "Respond naturally and concisely to the user's queries. "
 
12
  }
13
  return InferenceClient(model_map.get(model, "mistralai/Mixtral-8x7B-Instruct-v0.1"))
14
 
15
+ system_instructions = ("[SYSTEM] You are a chat bot named 'H go'."
16
  "Your task is to Answer the question."
17
  "Keep conversation very short, clear and concise."
18
  "Respond naturally and concisely to the user's queries. "