Update app.py
Browse files
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:
|