pythops / tenere

🤖 TUI interface for LLMs written in Rust
https://crates.io/crates/tenere
GNU General Public License v3.0
374 stars 8 forks source link

Multiple models for ollama switching #32

Open danielwerg opened 1 week ago

danielwerg commented 1 week ago

Currently the only way to switch ollama model is to edit centralized config file (no option to pass config file with a flag). Ideally we would set an array of models in config and have a keybinding inside tenere to switch between.

Same could be applied to backends but I personally don't care for it since I only use ollama.

pythops commented 1 week ago

:thinking: That's a nice feature to have :100: