Skip to content

Commit

Permalink
feat: ✨ add low detail image option to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Nov 21, 2024
1 parent 9fd9603 commit c4233bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/types/prompt_template.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,9 @@ interface DefDiffOptions
LineNumberingOptions {}

interface DefImagesOptions {
/**
* A "low" detail image is always downsampled to 512x512 pixels.
*/
detail?: "high" | "low"
/**
* Crops the image to the specified region.
Expand Down

0 comments on commit c4233bd

Please sign in to comment.