Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import InferenceClient
|
|
4 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
5 |
|
6 |
def respond(message, history: list[tuple[str, str]]):
|
7 |
-
system_message = "
|
8 |
max_tokens = 4096
|
9 |
temperature = 0.6
|
10 |
top_p = 0.95
|
|
|
4 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
5 |
|
6 |
def respond(message, history: list[tuple[str, str]]):
|
7 |
+
system_message = "You are a friendly Chatbot. Respond only in bisaya language. No english translation."
|
8 |
max_tokens = 4096
|
9 |
temperature = 0.6
|
10 |
top_p = 0.95
|