Skip to content

Commit 2cee3a8

Browse files
committed
Improve VISION_PROMPT
1 parent 27b0d8a commit 2cee3a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operate/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
7373
- Default to opening Google Chrome with SEARCH to find things that are on the internet.
7474
- Go to Google Docs and Google Sheets by typing in the Chrome Address bar
75-
- The Google address bar is generally at: {{ "x": "50%", "y": "8%" }}
75+
- The Google address bar is generally at: {{ "x": "50%", "y": "9%" }}
7676
- After you click to enter a field you can go ahead and start typing!
7777
7878
{previous_action}
@@ -489,7 +489,7 @@ def add_grid_to_image(original_image_path, new_image_path, grid_interval):
489489
font = ImageFont.truetype(font_path, size=font_size)
490490

491491
# Calculate the background size based on the font size
492-
bg_width = int(font_size * 4) # Adjust as necessary
492+
bg_width = int(font_size * 4.2) # Adjust as necessary
493493
bg_height = int(font_size * 1.2) # Adjust as necessary
494494

495495
# Function to draw text with a white rectangle background

0 commit comments

Comments
 (0)