Spaces:
Sleeping
Sleeping
Commit
·
814fb58
1
Parent(s):
310f57e
updated fig
Browse files- app.py +1 -1
- arxiv_decode.png +0 -0
app.py
CHANGED
@@ -16,7 +16,7 @@ st.image(image, width=1000)
|
|
16 |
#title
|
17 |
st.title("Answering questions from scientific papers")
|
18 |
st.markdown("##### This tool will allow you to ask questions and get answers based on scientific papers. It uses OpenAI's GPT models, and you must have your own API key. Each query is about 10k tokens, which costs about only $0.20 on your own API key, charged by OpenAI.")
|
19 |
-
st.markdown("##### Current version searches on [
|
20 |
st.markdown("Used libraries:\n * [PaperQA](https://github.com/whitead/paper-qa) \n* [langchain](https://github.com/hwchase17/langchain)")
|
21 |
|
22 |
api_key_url = 'https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key'
|
|
|
16 |
#title
|
17 |
st.title("Answering questions from scientific papers")
|
18 |
st.markdown("##### This tool will allow you to ask questions and get answers based on scientific papers. It uses OpenAI's GPT models, and you must have your own API key. Each query is about 10k tokens, which costs about only $0.20 on your own API key, charged by OpenAI.")
|
19 |
+
st.markdown("##### Current version searches on different pre-print servers including [arXiv](https://arxiv.org), [chemRxiv](https://chemrxiv.org/engage/chemrxiv/public-dashboard), [bioRxiv](https://www.biorxiv.org/), [medRxiv](https://www.medrxiv.org/). 🚧Under development🚧")
|
20 |
st.markdown("Used libraries:\n * [PaperQA](https://github.com/whitead/paper-qa) \n* [langchain](https://github.com/hwchase17/langchain)")
|
21 |
|
22 |
api_key_url = 'https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key'
|
arxiv_decode.png
CHANGED
![]() |
![]() |