Add token reduction options and context length cap
This commit is contained in:
parent
f56057c042
commit
183ca8f355
4 changed files with 79 additions and 12 deletions
|
@ -18,7 +18,9 @@
|
|||
"options.htmlToMarkdown": { "message": "Convert HTML body to Markdown" },
|
||||
"options.stripUrlParams": { "message": "Remove URL tracking parameters" },
|
||||
"options.altTextImages": { "message": "Replace images with alt text" },
|
||||
"options.collapseWhitespace": { "message": "Collapse long whitespace" }
|
||||
"options.collapseWhitespace": { "message": "Collapse long whitespace" },
|
||||
"options.tokenReduction": { "message": "Aggressive token reduction" },
|
||||
"options.contextLength": { "message": "Context length" }
|
||||
,"action.read": { "message": "read" }
|
||||
,"action.flag": { "message": "flag" }
|
||||
,"action.copy": { "message": "copy" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue