SamiKoen commited on
Commit
b1181d4
·
1 Parent(s): 18ca030

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,8 +47,8 @@ def predict(system_msg, inputs, top_p, temperature, chat_counter, chatbot=[], hi
47
  "stream": True,
48
  "presence_penalty":2,
49
  "frequency_penalty":2,
50
- }'''
51
- print(f"chat_counter - {chat_counter}")
52
  #else: #if chat_counter != 0 :
53
  messages=multi_turn_message # Of the type of - [{"role": "system", "content": system_msg},]
54
  for data in chatbot:
 
47
  "stream": True,
48
  "presence_penalty":2,
49
  "frequency_penalty":2,
50
+ }
51
+ print(f"chat_counter - {chat_counter}")'''
52
  #else: #if chat_counter != 0 :
53
  messages=multi_turn_message # Of the type of - [{"role": "system", "content": system_msg},]
54
  for data in chatbot: