Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesr66a committed Oct 8, 2024
1 parent 812a0b5 commit c691f5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export function ChatInferenceModule() {

const { imageUrl } = await uploadResponse.json();
setCapturedImageUrl(imageUrl);
setPendingMessage("What's in this image?");
setPendingMessage("Can you tell me who is in this picture?");
} catch (error) {
console.error('Error in captureAndSendImage:', error);
}
Expand Down

0 comments on commit c691f5e

Please sign in to comment.