Replies: 1 comment 3 replies
-
Because it displays all of the adapters in the
You could create your own Lua function that calls creates a custom chat buffer, passing in the model as part of the adapter table. This isn't documented so you'll need to dig around the source code to work out how to do that (or use the
Good spot. This shouldn't be the case. A recent refactor removed that functionality. I'll put it back in my next PR. |
Beta Was this translation helpful? Give feedback.
-
Suppose I want to switch between gpt-4o and o3-mini models. In my config I then define the following:
As in the GIF I can the open the chat but encounter 3 questions/issues:
change_adapter
mapping and select theopenai_o3_mini
adapter by pressing 11. First question here: why does that list show every available adapter rather than those defined in my config? i.e I don't have an API key for anthropic so I would expect not to see the adapter here. Is it possible to display only defined adapters?:CodeCompanionChat <tab>
I don't see my custom adapters being displayed in the completion and instead every single stock adapter is displayed. As in 1. I would expect only to have my defined/available adapters.Thanks in advance for any pointers!
Beta Was this translation helpful? Give feedback.
All reactions