Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -596,7 +596,7 @@ if query or search_button:
|
|
596 |
st.markdown('**AI summary of this Paper:**')
|
597 |
summary_of_this_Paper = summarize_abstract_kimi(title=row['title'], link=doi_link)
|
598 |
st.markdown(summary_of_this_Paper)
|
599 |
-
new_link = f"https://kimi.moonshot.cn/_prefill_chat?prefill_prompt=The paper we are going to discuss is {row['title']}, the link is {str(doi_link)} or https://www.
|
600 |
f" Please use this as a basis to continue summarize this article and answer my follow-up questions &send_immediately=true&force_search=false"
|
601 |
|
602 |
total_ai_time = time.time() - ai_gen_start
|
|
|
596 |
st.markdown('**AI summary of this Paper:**')
|
597 |
summary_of_this_Paper = summarize_abstract_kimi(title=row['title'], link=doi_link)
|
598 |
st.markdown(summary_of_this_Paper)
|
599 |
+
new_link = f"https://kimi.moonshot.cn/_prefill_chat?prefill_prompt=The paper we are going to discuss is {row['title']}, the link is {str(doi_link)} or https://www.{str(row['server'])}.org/content/{str(row['doi'])}v1 " \
|
600 |
f" Please use this as a basis to continue summarize this article and answer my follow-up questions &send_immediately=true&force_search=false"
|
601 |
|
602 |
total_ai_time = time.time() - ai_gen_start
|