change top_p default value to 1.0 (#3983)

This commit is contained in:
Xingyao Wang
2024-09-21 13:00:18 -05:00
committed by GitHub
parent 01462e11d7
commit 402a03cb9a
3 changed files with 3 additions and 4 deletions

View File

@@ -159,7 +159,7 @@ model = "gpt-4o"
#timeout = 0
# Top p for the API
#top_p = 0.5
#top_p = 1.0
# If model is vision capable, this option allows to disable image processing (useful for cost reduction).
#disable_vision = true