Skip to content

Commit

Permalink
Modify davinci config so it works better in russian (#587)
Browse files Browse the repository at this point in the history
Co-authored-by: Anastasiia Pokasova <pokasovaai@gmail.com>
  • Loading branch information
RafilGalimzyanov and NeoIsALie authored Nov 7, 2023
1 parent 8478b01 commit d74a815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/generative_configs/openai-text-davinci-003.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"max_tokens": 64,
"max_tokens": 256,
"temperature": 0.4,
"top_p": 1.0,
"frequency_penalty": 0,
"presence_penalty": 0
}
}

0 comments on commit d74a815

Please sign in to comment.