Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Jul 17, 2024
1 parent c90a806 commit 7947683
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/panel/setting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ impl Setting {

ui.end_row();
chat_need_reload |= ui
.add(widget::combo_box_labeled("Model", &mut ctx.components.setting.ai.model))
.add(widget::combo_box_labeled(
"Model",
&mut ctx.components.setting.ai.model,
))
.changed();

if let Model::Custom(m) = &mut ctx.components.setting.ai.model {
Expand Down

0 comments on commit 7947683

Please sign in to comment.