Skip to content

Commit

Permalink
Merge pull request #1 from ModestGoblin/main
Browse files Browse the repository at this point in the history
Update OpenAIParser.cpp
  • Loading branch information
KellanM authored May 27, 2021
2 parents 325f698 + 0065575 commit 75a7ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/OpenAIAPI/Private/OpenAIParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ FCompletion OpenAIParser::ParseCompletion(const FJsonObject& json)
res.text = json.GetStringField(TEXT("text"));
res.index = json.GetIntegerField(TEXT("index"));
res.finishReason = json.GetStringField(TEXT("finish_reason"));
//res.logProbs = json.GetStringField()
res.logProbs = json.GetStringField()

return res;
}
Expand Down

0 comments on commit 75a7ba7

Please sign in to comment.