I want my templates that use the interpreter to insert the name of the model being used to run the interpreter each time I make a new clipping. It took a bit of hacking and, admittedly, having to ask Claude to help, but I have a prompt variable that consistently returns the model name. Here’s an example.
## Summary
{{"A summary of the page. Cover everything important, be verbose if needed. "}}
*(summary generated by {{"your model identifier — do not reference the page"}})*
Returns
## Summary
... long article summary text ...
*(summary generated by Claude 3.5 Sonnet)*
This will get the running AI model to include its identifier. This may not match the identifier that you’re using in the Web Clipper configuration, but at least it will give you something to work from.