-
Notifications
You must be signed in to change notification settings - Fork 6
Binary files have text descriptions instead of the file contents #8
Comments
I was curious what it will do in cases of binary files. Interesting output! For now, I think I will consider this as a limitation of chatGPT. We could plug in a text2image API in cases of png/jpeg files. I will open a feature request for it but I need to think about this little more. |
@Taytay looking at your repo, this is the most surprising output 🤯 https://github.com/Taytay/boilerplate-x-vscode-extension/blob/main/images/icon.svg |
Totally a limit of GPT as it stands! For binary files, I think you could have some sort of meta-instruction, or meta-file. Like (And please don't take me too seriously - I realize this is just for fun) |
That definitely sounds like a good idea to me. 😄 i will do some experiments on chatgpt towards this. |
@Taytay FYI, boilerplate-x offers an out-of-the-box github integration to create repos for you. You need to pass the |
Oh nice! I hadn't gotten a chance to play with that yet! The other benefit of this is that it might make it easier to parallelize...First, you generate the meta-instructions, then you just chew through all of those files in parallel. But hmmm - perhaps the context would be needed. I thought you might like it as well. Lastly, there's someone working on a thing where you chat with your repo, and it has the ability to write diffs for you: Lots of related ideas of having the computer write the repo for you... |
definitely! I like the parallelisation idea. definitely going to be the next thing I tackle. |
This makes "sense", but was initially surprising. :)
Here's the repo it made for me:
https://github.com/Taytay/boilerplate-x-vscode-extension
From this prompt: "VSCode extension that adds a single command to restart and run all cells in a Jupyter notebook. Should include github actions to build the extension, create a release that include the built vsix file, and publish the extension."
The png file looks like this text file: https://github.com/Taytay/boilerplate-x-vscode-extension/blob/main/images/icon.png
This file contains the icon image for the VSCode extension. The icon should be a recognizable image that represents the functionality of the extension. The recommended size for the icon is 128x128 pixels. The icon should be saved in PNG format to ensure compatibility with all platforms
Of course we "know" that this should be an AI-generated png file, right? ;)
The text was updated successfully, but these errors were encountered: