burman-ai commited on
Commit
5a55ba2
·
verified ·
1 Parent(s): 3c703c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def respond(
20
  top_p= 0.95,
21
  frequency_penalty= 0,
22
  seed= -1,
23
- custom_model
24
  ):
25
  print(f"Received message: {message}")
26
  print(f"History: {history}")
 
20
  top_p= 0.95,
21
  frequency_penalty= 0,
22
  seed= -1,
23
+
24
  ):
25
  print(f"Received message: {message}")
26
  print(f"History: {history}")