Skip to content

Commit

Permalink
Make prompt use high detail
Browse files Browse the repository at this point in the history
  • Loading branch information
SawyerHood committed Nov 27, 2023
1 parent 36384b8 commit cc9cf80
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app/api/toHtml/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export async function POST(request: Request) {
content: [
{
type: "image_url",
image_url: image,
image_url: { url: image, detail: "high" },
},
"Turn this into a single html file using tailwind.",
],
Expand Down Expand Up @@ -50,7 +50,13 @@ export async function POST(request: Request) {

type MessageContent =
| string
| (string | { type: "image_url"; image_url: string })[];
| (
| string
| {
type: "image_url";
image_url: string | { url: string; detail: "low" | "high" | "auto" };
}
)[];

export type GPT4VCompletionRequest = {
model: "gpt-4-vision-preview";
Expand Down

1 comment on commit cc9cf80

@ed1360
Copy link

@ed1360 ed1360 commented on cc9cf80 Dec 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for expoing scammer...i hope i can find a true .sol bot ..msg me if you find one..thks
is the bot below also scammer?
https://github.com/meteerfifi/Mevbot?fbclid=IwAR1GBSwBpIIPlB6n6OAxNM-GM9rn6DiWSWi7ca4T9xIRXz02XAT59y5hwCM

Please sign in to comment.