Yuchan5386 commited on
Commit
1c34365
Β·
verified Β·
1 Parent(s): a4a22d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -218,10 +218,10 @@ def respond(input_text):
218
  intent = simple_intent_classifier(input_text)
219
 
220
  if "이름" in input_text:
221
- return "제 이름은 Ector.Vμž…λ‹ˆλ‹€."
222
 
223
  if "λˆ„κ΅¬" in input_text:
224
- return "μ €λŠ” Ector.V라고 ν•΄μš”."
225
 
226
  # 일상 λŒ€ν™”: μƒ˜ν”Œλ§ + fallback
227
  response = generate_text_topp_stream(model, input_text)
 
218
  intent = simple_intent_classifier(input_text)
219
 
220
  if "이름" in input_text:
221
+ return "제 이름은 KeraLuxμž…λ‹ˆλ‹€."
222
 
223
  if "λˆ„κ΅¬" in input_text:
224
+ return "μ €λŠ” KeraLux라고 ν•΄μš”."
225
 
226
  # 일상 λŒ€ν™”: μƒ˜ν”Œλ§ + fallback
227
  response = generate_text_topp_stream(model, input_text)