ray commited on
Commit
3e3d4e8
·
1 Parent(s): 2580fdf

remove three tabs for demo

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -232,10 +232,10 @@ with gr.Blocks() as demo:
232
  gr.Markdown("instructions:\n"
233
  "\nUsing model gpt-4-preview-1106, the most advanced model now in the market.\n"
234
  "\n(Note that it can be much slower than gpt-3.5, openai's api can be unstable sometimes.)\n"
235
- "\nThree Tabs:\n"
236
- "1. Relevant context: retreiving relevant documents and send to ChatGPT.\n"
237
- "2. Give tools to chatgpt to retrieve context: the most advanced, slowest (>30s to use the tools, before answering).\n"
238
- "3. Vanilla ChatGPT: self-explanatory.\n"
239
  )
240
  # @model_selector.change(inputs=[model_selector, chatbot], outputs=[context_interface, function_call_interface, vanilla_interface])
241
  # def switch_model(model_name, my_chatbot):
 
232
  gr.Markdown("instructions:\n"
233
  "\nUsing model gpt-4-preview-1106, the most advanced model now in the market.\n"
234
  "\n(Note that it can be much slower than gpt-3.5, openai's api can be unstable sometimes.)\n"
235
+ # "\nThree Tabs:\n"
236
+ # "1. Relevant context: retreiving relevant documents and send to ChatGPT.\n"
237
+ # "2. Give tools to chatgpt to retrieve context: the most advanced, slowest (>30s to use the tools, before answering).\n"
238
+ # "3. Vanilla ChatGPT: self-explanatory.\n"
239
  )
240
  # @model_selector.change(inputs=[model_selector, chatbot], outputs=[context_interface, function_call_interface, vanilla_interface])
241
  # def switch_model(model_name, my_chatbot):