Skip to content

Commit

Permalink
increase temperature for creative
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Nov 17, 2023
1 parent 384cf8a commit 5b24ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openai_pygenerator/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
user_message,
)

high_temp_completions = completer(temperature=0.8)
high_temp_completions = completer(temperature=1.0)


def heading(message: str, margin: int = 80) -> None:
Expand Down

0 comments on commit 5b24ae2

Please sign in to comment.