ianeksdi commited on
Commit
db29e59
·
verified ·
1 Parent(s): 9558488

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "Answer only in Bisaya language. If user enters english reject it in bisaya language. Don't prompt any english words unless there's no direct translation."
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