Prefer const in variable definition
| @@ -79,7 +79,7 @@ async function parseOllamaStream(jsonStream, request, response) { | ||
| 79 | 79 | async function abortKoboldCppRequest(request, url) { |
| 80 | 80 | try { |
| 81 | 81 | console.info('Aborting Kobold generation...'); |
| 82 | 82 | letconst args = { |
| 83 | 83 | method: 'POST', |
| 84 | 84 | headers: {}, |
| 85 | 85 | }; |