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

Optimised parsing

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -137,13 +137,10 @@ with block:
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
- <<<<<<< HEAD
141
  <p>It's still in development, so please report any bugs you find.</p>
142
  <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>
143
- =======
144
  <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>
145
  <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>
146
- >>>>>>> 931a79359c4bcd16e4f5b300b109a873c728ceda
147
  <p>Possible upgrades coming up: GPT-4, faster parsing, status messages, other research paper hubs.</p>
148
  </div>
149
  <style>
 
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>