Remove operator parameter

This commit is contained in:
Jordan Wages 2025-06-17 21:38:56 -05:00
commit 7bdf2036c6
6 changed files with 10 additions and 8 deletions

View file

@ -8,7 +8,7 @@
"options.customTemplate": { "message": "Custom template" },
"options.systemInstructions": { "message": "System instructions" },
"options.reset": { "message": "Reset to default" },
"options.placeholders": { "message": "Placeholders: {{system}}, {{email}}, {{operator}}, {{query}}" },
"options.placeholders": { "message": "Placeholders: {{system}}, {{email}}, {{query}}" },
"template.openai": { "message": "OpenAI / ChatML" },
"template.qwen": { "message": "Qwen" },
"template.mistral": { "message": "Mistral" },