Volko commited on
Commit
fe5ffec
β€’
2 Parent(s): 9fe2c04 931a793

Optimised parsing

Browse files
Files changed (2) hide show
  1. app.py +5 -0
  2. requirements.txt +1 -2
app.py CHANGED
@@ -137,8 +137,13 @@ 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
  <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>Possible upgrades coming up: GPT-4, faster parsing, status messages, other research paper hubs.</p>
143
  </div>
144
  <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
+ <<<<<<< 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>
requirements.txt CHANGED
@@ -9,5 +9,4 @@ gradio
9
  faiss-cpu
10
  langchain
11
  tiktoken
12
- poppler-utils
13
- pytesseract
 
9
  faiss-cpu
10
  langchain
11
  tiktoken
12
+ poppler-utils