Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ with block:
|
|
138 |
<p>ArxivGPT is a chatbot that answers questions about research papers. It uses a pretrained GPT-3.5 model to generate answers.</p>
|
139 |
<p>Currently, it can answer questions about the paper you just linked and can also answer questions about the paper's contents.</p>
|
140 |
<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>
|
141 |
-
<p>The answers can be quite limited as there is a
|
142 |
<p>Possible upgrades coming up: GPT-4, faster parsing, status messages, other research paper hubs.</p>
|
143 |
</div>
|
144 |
<style>
|
|
|
138 |
<p>ArxivGPT is a chatbot that answers questions about research papers. It uses a pretrained GPT-3.5 model to generate answers.</p>
|
139 |
<p>Currently, it can answer questions about the paper you just linked and can also answer questions about the paper's contents.</p>
|
140 |
<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>
|
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, faster parsing, status messages, other research paper hubs.</p>
|
143 |
</div>
|
144 |
<style>
|