-
Notifications
You must be signed in to change notification settings - Fork 3.3k
CLI repeatedly showing the list of available models #3613
Copy link
Copy link
Closed
Labels
p2Priority 2 - MediumPriority 2 - Medium
Description
Describe the bug
When user tries to configure the model to use, Goose fetches the list of available models and outputs them to the terminal. With each 'up' or 'down' key, Goose repeatedly outputs the list, making it very confusing and hard to choose the model.
To Reproduce
Steps to reproduce the behavior:
- Run
goose configureand follow the flow to configure the provider - Goose now shall fetch the list of available models from the provided and output them to the screen
- Hit 'down' key
- the model list is now duplicated on the screen
Expected behavior
I expect the up/down key to only toggle the selected model.
Screenshots
Please provide following information:
- OS & Arch: [e.g. macOS 15.5 ARM64]
- Interface: [CLI]
- Version: [e.g. v1.1.3]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
p2Priority 2 - MediumPriority 2 - Medium