-
AI i zmarłe gwiazdy: jak ucywilizować rynek cyfrowych sobowtórów w prawie, etyce i biznesie rozrywki

Nowa era cyfrowych zmartwychwstańców: czym są deepfake’i z udziałem zmarłych gwiazd Sztuczna inteligencja wkroczyła w obszar, który jeszcze kilka lat temu pozostawał domeną literatury science fiction: “wskrzeszania” zmarłych gwiazd. Generatywne modele wideo potrafią dziś tworzyć niezwykle realistyczne materiały, w których nieżyjący artyści, naukowcy czy działacze społeczni mówią i wykonują gesty, których nigdy w rzeczywistości nie…
-
Music Player ChatGPT Plugin

As part of an experiment, I have developed a simple plugin for ChatGPT, designed to be installed locally on a Mac computer and later integrated as a plugin for GPT-4 in chat.openai.com. This plugin enables users to display song lists from the Music application on MacOS and even play their selected tracks directly within the…
-
OpenAI ChatGPT OAuth plugin example in nodejs

This is a simple guide to setting up a plugin for ChatGPT. First, you create a Node.js project and install necessary dependencies. Then, you host a JSON file for the plugin on your API domain. You also build an OpenAPI specification to document your API. For authentication, OAuth is used. The main code is a…
