Volko
commited on
Commit
β’
45a1acf
1
Parent(s):
f6a270c
Updated details
Browse files
app.py
CHANGED
@@ -153,7 +153,9 @@ with block:
|
|
153 |
<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>
|
154 |
<p>ArxivGPT is a chatbot that answers questions about research papers. It uses a pretrained GPT-3.5 model to generate answers.</p>
|
155 |
<p>Currently, it can answer questions about the paper you just linked.</p>
|
156 |
-
<p>It's still in development, so please report any bugs you find.
|
|
|
|
|
157 |
<p>The answers can be quite limited as there is a 4096 token limit for GPT-3.5, hence wait for GPT-4 access for better quality.</p>
|
158 |
<p>If you don't get a response for GPT-4, it is likely that you don't have API access, try 3.5</p>
|
159 |
<p>Possible upgrades coming up: faster parsing, status messages, other research paper hubs.</p>
|
|
|
153 |
<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>
|
154 |
<p>ArxivGPT is a chatbot that answers questions about research papers. It uses a pretrained GPT-3.5 model to generate answers.</p>
|
155 |
<p>Currently, it can answer questions about the paper you just linked.</p>
|
156 |
+
<p>It's still in development, so please report any bugs you find. </p>
|
157 |
+
<p>It can take up to a minute to start a conversation for every new paper as this is just a demo hosted on a lightweight service.</p>
|
158 |
+
<p>For best results, host it on better GPUs. Took 20 seconds to start on M1 Chip</p>
|
159 |
<p>The answers can be quite limited as there is a 4096 token limit for GPT-3.5, hence wait for GPT-4 access for better quality.</p>
|
160 |
<p>If you don't get a response for GPT-4, it is likely that you don't have API access, try 3.5</p>
|
161 |
<p>Possible upgrades coming up: faster parsing, status messages, other research paper hubs.</p>
|