[chore] Run code format
| @@ -637,7 +637,7 @@ together.post('/generate', jsonParser, async (request, response) => { | ||
| 637 | 637 | const choice = data?.data?.[0]; |
| 638 | 638 | let b64_json = choice.b64_json; |
| 639 | 639 | |
| 640 | 640 | if (! b64_json) { |
| 641 | 641 | const buffer = await (await fetch(choice.url)).buffer(); |
| 642 | 642 | b64_json = buffer.toString('base64'); |
| 643 | 643 | } |