Skip to content

Commit

Permalink
Revert changed temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaky authored Feb 5, 2024
1 parent 277ccf0 commit fd2ed16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rawdog/llm_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_response(
api_key=self.api_key,
model=self.model,
messages=messages,
temperature=0.0,
temperature=1.0,
custom_llm_provider=self.custom_provider,
)
text = (response.choices[0].message.content) or ""
Expand Down

0 comments on commit fd2ed16

Please sign in to comment.