-
How many planets are there?
Read more: How many planets are there?How many planets are there? This is a question that could be answered quite a few different ways depending on your scientific definition of planet and whether or not you grew up in the 80’s and your favorite planet was Pluto. Perplexed, I decided to ask ChatGPT for some help – I thought doing so…
-
GPTic GPTac GPToe
Read more: GPTic GPTac GPToeWhile putting together my presentation for Boston Code Camp, I asked ChatGPT to help me create a Tic Tac Toe game. Using just three commands, I was able to generate a completely functioning web application. Command #1 provide me the html, css, and javascript for a simple tic tac toe game. i’m using jquery and…
-
Generating Images Using Color Palettes
Read more: Generating Images Using Color PalettesGenerating images using DALL-E is extremely easy! Generating two images that are very similar but slightly different is kind of hard… One way I’ve been trying to generate consistent images is by passing specific colors in the prompt. Here is an example prompt (pseudo code): Create an image with these properties {image properties} and these…
-
JavaScript Widget
Read more: JavaScript WidgetSometimes an OpenAI service can be down. You can visit https://status.openai.com/ to see the latest status updates for each individual area of OpenAI such as ChatGPT and the API. If you create an application that relies on OpenAI and OpenAI goes down, it might be a good idea to inform your users that the service…