Skip to content

Commit

Permalink
Apply prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
swyxio authored and github-actions[bot] committed Aug 22, 2023
1 parent adfcf83 commit 93b46f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/promptCritic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function PromptCritic(props: {
}
if (superprompt.length > 60) {
alert(
'superprompt is too long. it can only currently handle low effort prompts. e.g. "write a receipe for scrambled eggs". we are working on extending it to 100k tokens!'
'superprompt is too long. it can only currently handle low effort prompts. e.g. "write a receipe for scrambled eggs". we are working on extending it to 100k tokens!',
);
return;
}
Expand Down

0 comments on commit 93b46f9

Please sign in to comment.