Kexin2000 commited on
Commit
789f027
1 Parent(s): cbccc7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -384,7 +384,7 @@ interface_2 = gr.Interface(
384
  gr.File(label='Upload your PDF/ Research Paper / Book here', file_types=['.pdf']),
385
  gr.Textbox(label='Enter your question here'),
386
  gr.Textbox(label='Enter your OpenAI API key here'),
387
- gr.Radio(['gpt-3.5-turbo', 'gpt-3.5-turbo-16k', 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo-16k-0613', 'text-davinci-003', 'gpt-4', 'gpt-4-32k'], label='Select Model', index=0),
388
  ],
389
  outputs=[gr.Chatbot()],
390
  examples=[],
 
384
  gr.File(label='Upload your PDF/ Research Paper / Book here', file_types=['.pdf']),
385
  gr.Textbox(label='Enter your question here'),
386
  gr.Textbox(label='Enter your OpenAI API key here'),
387
+ gr.Radio(['gpt-3.5-turbo', 'gpt-3.5-turbo-16k', 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo-16k-0613', 'text-davinci-003', 'gpt-4', 'gpt-4-32k'], label='Select Model'),
388
  ],
389
  outputs=[gr.Chatbot()],
390
  examples=[],