Theo's Typesafe CultTTC
Theo's Typesafe Cult2mo ago
2 replies
Teft

How to set a default model in t3 chat

I thought this had been a thing in the beginning of t3.chat, but is there a way to set a default model for new chats? When I use !t3 for unduck it uses the last model I used on t3 chat and sometimes that results in a wasted reasoning model query for a simple question. Would be nice if you could set a query param model=search-default and it defaulted to that model. Would need to be added to unduck bang.ts too obviously.

I know from this change https://github.com/T3-Content/unduck/pull/133 you can specify a model at !t3 time but it's much faster to just do !t3 and not remember the code for a given model.
GitHub
Description
Previously, using !t3 in Unduck always routed your query through the most recently-used T3 model. This change allows you to pin a specific model on the fly by appending @ to the bang. F...
allow model specifier in t3 bang commands by teaonrocks · Pull Req...
Was this page helpful?