N.Achyuth Reddy commited on
Commit
35136f0
·
1 Parent(s): fc752b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -48,12 +48,9 @@ async def init_ui(q: Q) -> None:
48
  subtitle='',
49
  items=[
50
  ui.dropdown(name='model', trigger=True, label='', value='gpt', choices=[
51
- ui.choice(name='gpt', label='AchyuthGPT-1'),
52
- ui.choice(name='falcon', label='AchyuthGPT-2'),
53
- ui.choice(name='llma', label='AchyuthGPT-3'),
54
- ui.choice(name='mpt', label='AchyuthGPT-4'),
55
- ui.choice(name='lmsys', label='AchyuthGPT-5'),
56
- ui.choice(name='gpt-3.5-turbo', label='AchyuthGPT-6'),
57
  ]),
58
  ui.button(name='clear', label='Clear', icon='Delete'),
59
  ],
 
48
  subtitle='',
49
  items=[
50
  ui.dropdown(name='model', trigger=True, label='', value='gpt', choices=[
51
+ ui.choice(name='gpt', label='GPT Model-1'),
52
+ ui.choice(name='falcon', label='GPT Model-2'),
53
+ ui.choice(name='mpt', label='GPT Model-3'),
 
 
 
54
  ]),
55
  ui.button(name='clear', label='Clear', icon='Delete'),
56
  ],