You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been working on a couple BYO-key elmer extensions that aim to support any of the chat_*() backends from elmer, like this one or this one. For each of them, I assume that folks are likely to use the same provider and model most of the time, so I support toggling those arguments using package-level options and recommend setting them in .Rprofile, like:
While I can see the value in having different tools hook into different models by default, I think it'd also be nice to have more general .elmer_fn or .elmer_args options that would apply across extensions. Would yall consider documenting some "recommended" interface for extension options that include more general options like those?
The text was updated successfully, but these errors were encountered:
Been working on a couple BYO-key elmer extensions that aim to support any of the
chat_*()
backends from elmer, like this one or this one. For each of them, I assume that folks are likely to use the same provider and model most of the time, so I support toggling those arguments using package-level options and recommend setting them in.Rprofile
, like:or:
While I can see the value in having different tools hook into different models by default, I think it'd also be nice to have more general
.elmer_fn
or.elmer_args
options that would apply across extensions. Would yall consider documenting some "recommended" interface for extension options that include more general options like those?The text was updated successfully, but these errors were encountered: