Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ for item in root.findall('item'):
|
|
37 |
items_text.append(' '.join(item_text))
|
38 |
|
39 |
# Tüm 'item' metinlerini birleştir
|
40 |
-
full_text = '
|
41 |
|
42 |
def predict(system_msg, inputs, top_p, temperature, chat_counter, chatbot=[], history=[]):
|
43 |
headers = {
|
|
|
37 |
items_text.append(' '.join(item_text))
|
38 |
|
39 |
# Tüm 'item' metinlerini birleştir
|
40 |
+
full_text = ' - '.join(items_text)
|
41 |
|
42 |
def predict(system_msg, inputs, top_p, temperature, chat_counter, chatbot=[], history=[]):
|
43 |
headers = {
|