Spaces:
Running
Running
Commit
·
38a5648
1
Parent(s):
1f23ec6
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ st.image(image, width=1000)
|
|
22 |
#title
|
23 |
st.title("Answering questions from scientific papers")
|
24 |
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 $0.20.")
|
25 |
-
st.markdown("##### Current version searches on ArXiv papers only. 🚧Under development🚧")
|
26 |
st.markdown("Used libraries:\n * [PaperQA](https://github.com/whitead/paper-qa) \n* [langchain](https://github.com/hwchase17/langchain)")
|
27 |
|
28 |
api_key_url = 'https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key'
|
|
|
22 |
#title
|
23 |
st.title("Answering questions from scientific papers")
|
24 |
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 $0.20.")
|
25 |
+
st.markdown("##### Current version searches on [ArXiv](https://arxiv.org) papers only. 🚧Under development🚧")
|
26 |
st.markdown("Used libraries:\n * [PaperQA](https://github.com/whitead/paper-qa) \n* [langchain](https://github.com/hwchase17/langchain)")
|
27 |
|
28 |
api_key_url = 'https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key'
|