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

Commit

Permalink
adjust temperature (#374)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by openai -->
### Summary by OpenAI

## Release Notes

**Chore:**
- Updated the default value of `openai_model_temperature` from `'0.0'`
to `'0.05'` in `action.yml`.

> 🎉 A tweak so small, yet profound,
> 
> In our AI's logic, a new sound.
> 
> From zero to point oh five we steer,
> 
> Enhancing the model, loud and clear! 🚀
<!-- end of auto-generated comment: release notes by openai -->
  • Loading branch information
harjotgill authored Jul 22, 2023
1 parent 4272915 commit 37fa235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ inputs:
openai_model_temperature:
required: false
description: 'Temperature for GPT model'
default: '0.0'
default: '0.05'
openai_retries:
required: false
description:
Expand Down

0 comments on commit 37fa235

Please sign in to comment.