Spaces:
Sleeping
Sleeping
Commit
·
d034c9f
1
Parent(s):
1c3cdd1
update
Browse files
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
|
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. "
|