Skip to content

Commit

Permalink
fix: set low details option as default
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed Nov 8, 2023
1 parent 19de4de commit f5a9bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function () use ( $options ) {

printf(
'<p class="description">' .
__( 'Choose "Low" detail to minimize token usage and costs for image processing. "High" detail will use more tokens but provides finer detail. For precise token calculations and cost implications, refer to the <a href="%s" target="_blank">OpenAI documentation on calculating costs</a>.', 'gpt-vision-img-alt-generator' )
__( 'Choose "Low" detail to minimize token usage and costs for image processing, which should be sufficient for most use cases and is significantly cheaper. "High" detail will use more tokens but provides finer detail. For precise token calculations and cost implications, refer to the <a href="%s" target="_blank">OpenAI documentation on calculating costs</a>.', 'gpt-vision-img-alt-generator' )
. '</p>',
esc_url( 'https://platform.openai.com/docs/guides/vision/calculating-costs' )
);
Expand Down

0 comments on commit f5a9bed

Please sign in to comment.