Prefer const in variable definition

1de4f30775d18f4800a19799fb4fb74e8dae07b1

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
src/endpoints/backends/text-completions.js+1 -1
@@ -79,7 +79,7 @@ async function parseOllamaStream(jsonStream, request, response) {
7979async function abortKoboldCppRequest(request, url) {
8080 try {
8181 console.info('Aborting Kobold generation...');
8282 letconst args = {
8383 method: 'POST',
8484 headers: {},
8585 };