Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
refactor: change claude's default temperature to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ciuzaak committed May 17, 2023
1 parent e3dd798 commit 50105b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/claude_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Claude:
def __init__(self):
self.model = 'claude-v1.3'
self.temperature = 1.
self.temperature = 0.7
self.cutoff = 50
self.client = Client(claude_api)
self.prompt = ''
Expand Down

0 comments on commit 50105b7

Please sign in to comment.