research14 commited on
Commit
9f3e617
Β·
1 Parent(s): 262a949

updated description, removing api

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -219,9 +219,6 @@ def interface():
219
  ## πŸ“œ Step-By-Step Instructions
220
 
221
  - Enter a sentence for three models to process (Vicuna-7b, LLaMA-7b and GPT-3.5).
222
- - If you own an OpenAI API key, select 'Yes' in the dropdown. If you don't own one, select 'No'.
223
- - If you selected 'Yes', enter your OpenAI API Key [Link to your OpenAI keys](https://platform.openai.com/api-keys).
224
- - If you selected 'No', leave the 'OpenAI Key' field blank and continue with the rest.
225
  - Select a Linguistic Entity from the Dropdown or enter a custom one.
226
  - Click 'Submit' to send your inputs to the models.
227
  - To submit a new prompt, repeat all the steps above and click 'Submit' again. Your new prompt should appear on the top of previous ones.
@@ -229,9 +226,6 @@ def interface():
229
  ### ⏳ After you click 'Submit', the models will take a couple seconds to process your inputs.
230
  ### πŸ€– Then, the models will output the linguistic entity found in your prompt based on your selection!
231
 
232
- Note: If you get an 'Error' in the gpt-3.5 model, check the following:
233
- - Check that you entered your key correctly without any extra characters.
234
- - If you used a free key, it means you exceeded your quota from the free API Key.
235
  """)
236
 
237
  gr.Markdown("""
@@ -294,9 +288,6 @@ def interface():
294
  ## πŸ“œ Step-By-Step Instructions
295
 
296
  - Enter a sentence for three models to process (Vicuna-7b, LLaMA-7b and GPT-3.5).
297
- - If you own an OpenAI API key, select 'Yes' in the dropdown. If you don't own one, select 'No'.
298
- - If you selected 'Yes', enter your OpenAI API Key [Link to your OpenAI keys](https://platform.openai.com/api-keys).
299
- - If you selected 'No', leave the 'OpenAI Key' field blank and continue with the rest.
300
  - Select a Task from the Dropdown.
301
  - Select a Linguistic Entity from the Dropdown or enter a custom one.
302
  - Click 'Submit' to send your inputs to the models.
 
219
  ## πŸ“œ Step-By-Step Instructions
220
 
221
  - Enter a sentence for three models to process (Vicuna-7b, LLaMA-7b and GPT-3.5).
 
 
 
222
  - Select a Linguistic Entity from the Dropdown or enter a custom one.
223
  - Click 'Submit' to send your inputs to the models.
224
  - To submit a new prompt, repeat all the steps above and click 'Submit' again. Your new prompt should appear on the top of previous ones.
 
226
  ### ⏳ After you click 'Submit', the models will take a couple seconds to process your inputs.
227
  ### πŸ€– Then, the models will output the linguistic entity found in your prompt based on your selection!
228
 
 
 
 
229
  """)
230
 
231
  gr.Markdown("""
 
288
  ## πŸ“œ Step-By-Step Instructions
289
 
290
  - Enter a sentence for three models to process (Vicuna-7b, LLaMA-7b and GPT-3.5).
 
 
 
291
  - Select a Task from the Dropdown.
292
  - Select a Linguistic Entity from the Dropdown or enter a custom one.
293
  - Click 'Submit' to send your inputs to the models.