Skip to content

Commit

Permalink
revert back to old gpt params
Browse files Browse the repository at this point in the history
  • Loading branch information
thezanke committed Sep 23, 2021
1 parent 9bab73b commit a0fc563
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/gpt/gpt.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ export class GptService {

private defaultCompletionOptions = {
temperature: 0.9,
frequency_penalty: 0.5,
presence_penalty: 0.0,
top_p: 1,
frequency_penalty: 0,
presence_penalty: 0.6,
};

public getCompletion(
Expand Down

0 comments on commit a0fc563

Please sign in to comment.