feat: model selection for given provider (#57)
* feat: model selection for given provider * tweak: adjust cfg validation func, remove duplicated logic, consolidate agent updating into agent.go * tweak: make the model dialog scrollable, adjust padding slightly for modal" * feat: add provider selection, add hints, simplify some logic, add horizontal scrolling support, additional scroll indicators" * remove nav help * update docs * increase number of visible models, make horizontal scroll "wrap" * add provider popularity rankings
This commit is contained in:
parent
805aeff83c
commit
b3c0285db3
8 changed files with 622 additions and 109 deletions
|
|
@ -73,6 +73,7 @@ func New(ctx context.Context, conn *sql.DB) (*App, error) {
|
|||
return app, nil
|
||||
}
|
||||
|
||||
|
||||
// Shutdown performs a clean shutdown of the application
|
||||
func (app *App) Shutdown() {
|
||||
// Cancel all watcher goroutines
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue