Volko
commited on
Commit
β’
a27f388
1
Parent(s):
e2ac125
Optimised parsing
Browse files
app.py
CHANGED
@@ -135,13 +135,11 @@ with block:
|
|
135 |
<div style="text-align:center">
|
136 |
<p>Developed by <a href='https://www.linkedin.com/in/dekay/'>Github and Huggingface: Volkopat</a></p>
|
137 |
<p>Powered by <a href='https://openai.com/'>OpenAI</a>, <a href='https://arxiv.org/'>arXiv</a> and <a href='https://github.com/hwchase17/langchain'>LangChain π¦οΈπ</a></p>
|
138 |
-
<p>ArxivGPT is a chatbot that answers questions about research papers
|
139 |
-
<p>Currently, it can answer questions about the paper you just linked
|
140 |
<p>It's still in development, so please report any bugs you find.</p>
|
141 |
-
<p>The answers can be quite limited as there is a 4097 token limit for GPT-3.5, hence waiting for GPT-4 access to upgrade.</p>
|
142 |
-
<p>It's still in development, so please report any bugs you find. It can take up to a minute to start a conversation for every new paper as there is a parsing delay.</p>
|
143 |
<p>The answers can be quite limited as there is a 4096 token limit for GPT-3.5, hence waiting for GPT-4 access to upgrade.</p>
|
144 |
-
<p>Possible upgrades coming up: GPT-4,
|
145 |
</div>
|
146 |
<style>
|
147 |
p {
|
|
|
135 |
<div style="text-align:center">
|
136 |
<p>Developed by <a href='https://www.linkedin.com/in/dekay/'>Github and Huggingface: Volkopat</a></p>
|
137 |
<p>Powered by <a href='https://openai.com/'>OpenAI</a>, <a href='https://arxiv.org/'>arXiv</a> and <a href='https://github.com/hwchase17/langchain'>LangChain π¦οΈπ</a></p>
|
138 |
+
<p>ArxivGPT is a chatbot that answers questions about research papers from Arxiv.org.</p>
|
139 |
+
<p>Currently, it can answer questions about the paper you just linked.</p>
|
140 |
<p>It's still in development, so please report any bugs you find.</p>
|
|
|
|
|
141 |
<p>The answers can be quite limited as there is a 4096 token limit for GPT-3.5, hence waiting for GPT-4 access to upgrade.</p>
|
142 |
+
<p>Possible upgrades coming up: GPT-4, status messages, other research paper hubs.</p>
|
143 |
</div>
|
144 |
<style>
|
145 |
p {
|