ToolJet/marketplace/plugins
namanmathur372 d08cdebbfa
Add Model-Specific Size Validation and Update Size Parameter Placeholders for Image Generation (#10923)
* Update size parameter placeholder for image generation

Updated the placeholder for the size parameter in the operations.json file to specify valid options based on the selected model (DALL-E 2 or DALL-E 3).
- Added size options for DALL-E 2: 256x256, 512x512, 1024x1024 (default: 1024x1024)
- Added size options for DALL-E 3: 1024x1024, 1792x1024, 1024x1792 (default: 1024x1024)

* Implement model-specific size validation for image generation

Added logic to enforce model-specific size validation for DALL-E 2 and DALL-E 3 in the query_operations.ts file.
- DALL-E 3 accepts sizes: 1024x1024, 1792x1024, 1024x1792 (default: 1024x1024)
- DALL-E 2 accepts sizes: 256x256, 512x512, 1024x1024 (default: 1024x1024)
- Introduced a utility function to validate and apply the appropriate size based on the selected model.
2024-10-10 11:56:16 +05:30
..
aws-lambda Merge branch 'main' of https://github.com/ToolJet/ToolJet into feat/grid-appbuilder-improvement 2024-04-24 13:17:50 +05:30
awsredshift Merge branch 'main' of https://github.com/ToolJet/ToolJet into feat/grid-appbuilder-improvement 2024-04-24 13:17:50 +05:30
common [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +05:30
engagespot Feature: Engagespot plugin (#9012) 2024-03-27 16:35:17 +05:30
github [chore] Eslint fixes (#5988) 2023-04-11 15:34:58 +05:30
harperdb fix : Codehinter bugs (#9350) 2024-04-15 15:02:33 +05:30
openai Add Model-Specific Size Validation and Update Size Parameter Placeholders for Image Generation (#10923) 2024-10-10 11:56:16 +05:30
plivo [chore] Eslint fixes (#5988) 2023-04-11 15:34:58 +05:30
pocketbase Feature Pocketbase datasource plugin implementation (#9145) 2024-04-01 11:50:15 +05:30
portkey feat: Adds portkey plugin (#10337) 2024-09-18 11:27:58 +05:30
s3 Create a new Bucket functionality for S3 2023-11-06 13:36:07 +05:30
salesforce Hotfix: Salesforce plugin (#9910) 2024-06-06 13:07:15 +05:30
supabase Feature supabase plugin integration (#9213) 2024-04-05 14:14:47 +05:30
textract updates @aws-sdk/client-textract 2023-04-27 13:16:30 +05:30