WebcamGPT-Vision
WebcamGPT-Vision copied to clipboard
[JS Version] Show the captured image on the message history + gitignores
The captured image is sent back from the nodejs server to the frontend, then it is added after the text message in the history sidebar and styled so it fits its container.
- Now using Express Static server in order to serve the static files (or it wouldn't work on my side)
I have added also
- the
.env.examplefile - the
.gitignorefiles on root (to ignore PHPStorm IDE files) and on thejssubfolder with the official NodeJS one
Example screenshot of the updated app:
This is cool, but has conflicts, will look into this when I have more time :)
@bdekraker resolved conflict due to previous PR's merge