Skip to content

no longer getting the model choices picker #1425

Answered by atkr
atkr asked this question in Q&A
Discussion options

You must be logged in to vote

I found the change the led to this behavior change:

90e82ab Pedro Ferrari (2025-05-04 16:47):
feat(adapters): can automatically choose default model when switching adapters (#1369)

Hunk 1 of 1 @@ -509 +510,3 @@
+      if not config.adapters.opts.show_model_choices then
+        models = { chat.adapter.schema.model.default }
+      end

I modified my config to include the config to always show model choices:

  opts = {
    adapters = {
      opts = {
        show_model_choices = true, -- <<< ADDED THIS
      },
    },
  }

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@atkr
Comment options

@atkr
Comment options

Answer selected by atkr
@zbindenren
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants