Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -531,7 +531,7 @@ def search_glossary(query): # 🔍Run------------------------------------------
|
|
531 |
|
532 |
# 🔍Run 1 - plain query
|
533 |
#response = chat_with_model(query)
|
534 |
-
response1 = chat_with_model45(query
|
535 |
|
536 |
all = query + ' ' + response1
|
537 |
st.write('🔍Run 1 is Complete.')
|
|
|
531 |
|
532 |
# 🔍Run 1 - plain query
|
533 |
#response = chat_with_model(query)
|
534 |
+
response1 = chat_with_model45(query)
|
535 |
|
536 |
all = query + ' ' + response1
|
537 |
st.write('🔍Run 1 is Complete.')
|