ChatGPTNextWeb / ChatGPTNextWeb/NextChat

No need to upload images to your website when using gemini!

Open
#5,312 5 comments 1 reaction 0 assignees View on GitHub
help wanted
Dominant language
TypeScript
Stars
88.8k
Forks
59.1k
PR merge metrics
No merged PRs in 30d

Description

I have noticed that if I paste an image it's uploaded to your website.

There is no need.

Images, pdfs and many other document types can be sent INLINE with the text prompt.

For example:
```javascript
const data = JSON.stringify({
contents: [{
parts: [{
inlineData: {
mimeType: mimeType,
data: fileContent.toString('base64')
}
},
{
text: 'Analyze this.'
},
],
}, ],
});
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.