Volko commited on
Commit
a27f388
β€’
1 Parent(s): e2ac125

Optimised parsing

Browse files
Files changed (1) hide show
  1. app.py +3 -5
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. 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.</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, faster parsing, status messages, other research paper hubs.</p>
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 {