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

Commit 37fa235

Browse files
authored
adjust temperature (#374)
<!-- 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 -->
1 parent 4272915 commit 37fa235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ inputs:
126126
openai_model_temperature:
127127
required: false
128128
description: 'Temperature for GPT model'
129-
default: '0.0'
129+
default: '0.05'
130130
openai_retries:
131131
required: false
132132
description:

0 commit comments

Comments
 (0)