callanwu commited on
Commit
3888fd6
1 Parent(s): 11d7e71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,8 +39,8 @@ class CodeUI(WebUI):
39
  label="Please input valid openai key for gpt-3.5-turbo-16k."
40
  )
41
  self.radio_mode = gr.Radio(
42
- [Client.AUTO_MODE, Client.SINGLE_MODE],
43
- value=Client.AUTO_MODE,
44
  interactive=True,
45
  label = Client.MODE_LABEL,
46
  info = Client.MODE_INFO
 
39
  label="Please input valid openai key for gpt-3.5-turbo-16k."
40
  )
41
  self.radio_mode = gr.Radio(
42
+ [Client.SINGLE_MODE],
43
+ value=Client.SINGLE_MODE,
44
  interactive=True,
45
  label = Client.MODE_LABEL,
46
  info = Client.MODE_INFO