Skip to content

Commit

Permalink
Lower default precise temperature for more predictable results
Browse files Browse the repository at this point in the history
  • Loading branch information
TechNickAI committed Jul 13, 2023
1 parent a371ece commit b970f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aicodebot/coder.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import fnmatch, openai, tiktoken

DEFAULT_MAX_TOKENS = 512
PRECISE_TEMPERATURE = 0.1
CREATIVE_TEMPERATURE = 0.7
PRECISE_TEMPERATURE = 0.05
CREATIVE_TEMPERATURE = 0.6


class Coder:
Expand Down

0 comments on commit b970f4d

Please sign in to comment.