Skip to content

Commit

Permalink
refactor: remove extra var
Browse files Browse the repository at this point in the history
  • Loading branch information
jschang19 committed Dec 19, 2023
1 parent e8810c3 commit 492fad3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ChatGPT/include/Game.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class Game {
}
};
void parseEndingResponse(OpenAI::ChatCompletion& chatCompletion) {
nlohmann::json j2;
try {
for(const auto& choice:chatCompletion.choices){
std::cout<<choice.message.content;
Expand Down

0 comments on commit 492fad3

Please sign in to comment.