Skip to content

Commit

Permalink
T #98 cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
HueByte committed Sep 21, 2022
1 parent 1967607 commit b5cd443
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public override async Task<GPTOutputResponse> DavinciCompletion(GPTInputRequest
if (string.IsNullOrEmpty(request.Prompt))
throw new Exception("request.Prompt for GPT was empty");

//var aiContext = _settings?.GPT?.AiContextMessage;
var aiContext = _gptConfig.AiContextMessage;

if (string.IsNullOrEmpty(aiContext)) aiContext = "";
Expand Down

0 comments on commit b5cd443

Please sign in to comment.