Volko commited on
Commit
c092976
1 Parent(s): 45a1acf

Added details

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -140,6 +140,7 @@ with block:
140
 
141
  gr.Examples(
142
  examples=[
 
143
  "Please give me a brief summary about this paper",
144
  "Are there any interesting correlations in the given paper?",
145
  "How can this paper be applied in the real world?",
@@ -155,7 +156,7 @@ with block:
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>
 
140
 
141
  gr.Examples(
142
  examples=[
143
+ "What is the main idea of this paper?",
144
  "Please give me a brief summary about this paper",
145
  "Are there any interesting correlations in the given paper?",
146
  "How can this paper be applied in the real world?",
 
156
  <p>Currently, it can answer questions about the paper you just linked.</p>
157
  <p>It's still in development, so please report any bugs you find. </p>
158
  <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>
159
+ <p>For best results, test it on better hardware. Took 20 seconds to start on M1 Chip</p>
160
  <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>
161
  <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>
162
  <p>Possible upgrades coming up: faster parsing, status messages, other research paper hubs.</p>