• MetroShareGPT Blog

  • How many planets are there?

    How many planets are there?
    May 16, 2024

    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…

    Read more: How many planets are there?
  • GPTic GPTac GPToe

    GPTic GPTac GPToe
    December 1, 2023

    While 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…

    Read more: GPTic GPTac GPToe
  • Generating Images Using Color Palettes

    Generating Images Using Color Palettes
    November 26, 2023

    Generating 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…

    Read more: Generating Images Using Color Palettes
  • JavaScript Widget

    JavaScript Widget
    November 22, 2023

    Sometimes 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…

    Read more: JavaScript Widget