diff --git a/ChatGPT/include/Game.h b/ChatGPT/include/Game.h index 6acc3cc..f17ffcc 100644 --- a/ChatGPT/include/Game.h +++ b/ChatGPT/include/Game.h @@ -67,9 +67,9 @@ class Game { void parseEndingResponse(OpenAI::ChatCompletion& chatCompletion) { nlohmann::json j2; try { - for(auto &choice: chatCompletion.choices){ - std::cout<