From c07fc3283e794125c763c232335a5b397de7a3c8 Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Sun, 9 Jul 2023 14:58:09 -0500 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 8f1224e..66669d7 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,6 @@ If the ChatGPT times out or hits any other error, what has already been translat ### General Debugging: You'll need VSCode or something similar: -#### See what text is being translated -* Place a breakpoint on this line `return [response.choices[0].message.content, response.usage.total_tokens]` and run the code in debugging mode. Everytime a request comes back you should be able to view the response object to see what text got translated and what the response was. - # How I Translate Games The goal of this section is to get you learnt and ready to translate the game of your choice. I'll be walking you through every step of my process so that you can get an idea of what I do to get things working. This will not go over setup, go do the setup steps at the top to make sure the tool works properly before continuing.