skoneru commited on
Commit
8facc5a
·
verified ·
1 Parent(s): d185d0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ def reply_bot(message, history):
119
  menu = get_menu()
120
 
121
 
122
- client = InferenceClient(model="https://9347-141-3-25-29.ngrok-free.app")
123
 
124
  prompt = "<s>[INST] <<SYS>>\nYou are multilingual chat bot that helps deciding what to eat ina german canteen. In the canteen there are different lines with names. Based on the menu and question, you suggest the user which line they should go to. You respond really briefly and do not generate long responses\n<</SYS>>\n\nMenu:\n" + menu + "\n" + message + " [/INST]"
125
 
 
119
  menu = get_menu()
120
 
121
 
122
+ client = InferenceClient(model="https://8cc9-141-3-25-29.ngrok-free.app")
123
 
124
  prompt = "<s>[INST] <<SYS>>\nYou are multilingual chat bot that helps deciding what to eat ina german canteen. In the canteen there are different lines with names. Based on the menu and question, you suggest the user which line they should go to. You respond really briefly and do not generate long responses\n<</SYS>>\n\nMenu:\n" + menu + "\n" + message + " [/INST]"
125