This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
382
GPT-4-vision's take on the state of the r/ChatGPT subreddit 💀
Post Flair (click to view more posts with a particular flair)
Video
Comments
[not loaded or deleted]
[not loaded or deleted]
This is a really cool idea! For anyone with agents deployed in the wild that want to use this today, you can integrate by simply using thepipe to make your prompt template:
response = openai_client.chat.completions.create(
model="gpt-4-vision-preview",
messages = thepipe.make_prompt_from_source("example.pdf"),
)
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 7 months ago
- Reddit URL
- View post on reddit.com
- External URL
- v.redd.it/jk7w4anyidqc1
Thank you! This is ChatGPT looking at the posts in the r/ChatGPT subreddit and commenting on the crazy amount of plastic bottle posts right now. I did this with a command line tool to help you pipe info into multimodal llms. It's open source and free so if you want to check it out or you want more details, you can check see https://github.com/emcf/thepipe
Cheers!