Skip to content

Instantly share code, notes, and snippets.

@benjaminjamesbush
benjaminjamesbush / OpenAI_enterprise_privacy.md
Created June 9, 2024 01:49
OpenAI Enterprise / Teams Privacy Policy

Enterprise privacy at OpenAI

Trust and privacy are at the core of our mission at OpenAI. We're committed to privacy and security for ChatGPT Team, ChatGPT Enterprise, and our API Platform.

Our commitments

Ownership: You own and control your data

@benjaminjamesbush
benjaminjamesbush / OpenAI_privacy_policy.md
Last active June 9, 2024 01:04
OpenAI privacy policy

Updated: November 14, 2023

Privacy policy

Effective: January 31, 2024

We've updated our Privacy Policy below. These updates do not apply to individuals located in the European Economic Area, UK, and Switzerland. If you reside in those areas, this version of our Privacy Policy applies to you.

We at OpenAI OpCo, LLC (together with our affiliates, "OpenAI", "we", "our" or "us") respect your privacy and are strongly committed to keeping secure any information we obtain from you or about you. This Privacy Policy describes our practices with respect to Personal Information we collect from or about you when you use our website, applications, and services (collectively, "Services"). This Privacy Policy does not apply to content that we process on behalf of customers of our business offerings, such as our API. Our use of that data is governed by our customer agreements covering access to and use of those offerings.

@benjaminjamesbush
benjaminjamesbush / unsplash_api_image.md
Last active January 16, 2023 22:44
An example of using markdown to retrieve an animal image from the Unsplash API
![image](https://source.unsplash.com/100x100/?animals)

image

@benjaminjamesbush
benjaminjamesbush / Acronyms.md
Last active January 14, 2023 06:17
Acxronyms used in my Medium blog post "Interactive Evolutionary Computation and Large Language Models: Experimenting with ChatGPT"

Acronyms

used in my blog post: Interactive Evolutionary Computation and Large Language Models: Experimenting with ChatGPT

Acronym Meaning Reference
IEC Interactive Evolutionary Computation LINK
IEA Interactive Evolutionary Algorithm see IEC
LLM Large Language Model LINK
SVG Scalable Vector Graphics LINK
API Application Programming Interface LINK
@benjaminjamesbush
benjaminjamesbush / ChatGPT_Unsplash_picker_gen1.md
Last active January 11, 2023 07:46
ChatGPT showing generation 1 of an interactive Evolutionary Algorithm for picking Unsplash images.

👤 Human 👤

Write each image in Markdown without backticks and without using a code block. Use the Unsplash API

(https://source.unsplash.com/100x100/?<PUT YOUR QUERY HERE>).

The images you generate will be placed into a Markdown table. Each table will be called a "Generation".

Each Generation will contain 9 images. The images contained within Generation g will be labled image(g,i) for i from 1 to 9.

@benjaminjamesbush
benjaminjamesbush / ChatGPT_SVG_input.md
Last active January 8, 2023 06:47
ChatGPT has a limited ability to analyze the content SVG graphics.

👤 Human 👤

The chat interface we are using to communicate runs in a browser and interprets markdown syntax. As a consequence, you can include an SVG in your response and my browser will render it. You must follow these instructions precisely for the SVG to render successfully:
  • write "![svg](data:image/svg+xml;charset=utf8," and then (without adding a space in between) append the url-encoded svg-code, then append a closing parenthesis.
  • the <svg> tag must include the attribute xmlns="http://www.w3.org/2000/svg"
  • do NOT put the svg code inside a code snippet."

Please use the above method to render the following SVG:

@benjaminjamesbush
benjaminjamesbush / ChatGPT_SVG_cat.md
Last active January 8, 2023 06:19
ChatGPT displays an svg of a cat

👤 Human 👤

The chat interface we are using to communicate runs in a browser and interprets Markdown syntax, as a consequence you can include an SVG in your response and my browser will render it.

You must follow these instructions precisely for the SVG to render successfully:

"Write "![svg](data:image/svg+xml;charset=utf8," and then (without adding a space inbetween) append the url-encoded svg-code, then append a closing parenthesis.

@benjaminjamesbush
benjaminjamesbush / ChatGPT_emoji_art.md
Created January 8, 2023 05:58
ChatGPT's attempt at creating emoji art

👤 Human 👤

Show me an piece of emoji art that is 4 characters wide and 3 lines high

🤖 ChatGPT 🤖

Sure! Here is a piece of emoji art that is 4 characters wide and 3 lines high:

@benjaminjamesbush
benjaminjamesbush / ChatGPT_ascii_art.md
Last active January 8, 2023 07:34
ChatGPT's attempt at making ascii art

👤 Human 👤

Show me some ascii art of a flower and a snail. Put it in a code block to preserve whitespace.

🤖 ChatGPT 🤖

@benjaminjamesbush
benjaminjamesbush / ChatGPT_unsplash_picker_full.md
Last active January 8, 2023 09:03
Using ChatGPT to pick photos from Unsplash with Interactive Evolutionary Computation

👤 Human 👤

Write each image in Markdown without backticks and without using a code block. Use the Unsplash API

(https://source.unsplash.com/100x100/?<PUT YOUR QUERY HERE>).

The images you generate will be placed into a Markdown table. Each table will be called a "Generation".

Each Generation will contain 9 images. The images contained within Generation g will be labled image(g,i) for i from 1 to 9.