Skip to content

Instantly share code, notes, and snippets.

@chontipan
chontipan / chatgpt.md
Created October 4, 2023 16:46 — forked from veekaybee/chatgpt.md
Everything I understand about chatgpt

ChatGPT Resources

Context

ChatGPT appeared like an explosion on all my social media timelines in early December 2022. While I keep up with machine learning as an industry, I wasn't focused so much on this particular corner, and all the screenshots seemed like they came out of nowhere. What was this model? How did the chat prompting work? What was the context of OpenAI doing this work and collecting my prompts for training data?

I decided to do a quick investigation. Here's all the information I've found so far. I'm aggregating and synthesizing it as I go, so it's currently changing pretty frequently.

Model Architecture

@chontipan
chontipan / songle-sync-slave.html
Created April 17, 2019 18:45
Songle Sync Tutorial Step.3 (songle-sync-slave.html)
<html><head><script src="//api.songle.jp/v2/api.js"></script><script>
function onSongleWidgetAPIReady(SongleWidget) {
// Initialize the player
var player = new SongleWidget.Player({
accessToken: '0000008b-ExUGy41' // Access token
});
player.addPlugin(new SongleWidget.Plugin.SongleSync());
// Update playback position periodically
@chontipan
chontipan / undefined
Created April 17, 2019 18:42
Songle Sync Tutorial Step.3 (undefined)
<html><head><script src="//api.songle.jp/v2/api.js"></script><script>
function onSongleWidgetAPIReady(SongleWidget) {
// Show the music player
var player = new SongleWidget.Player({
accessToken: '0000008b-ExUGy41' // Access token
, secretToken: 'gesBLQSoqKfKL9yo58CMFqUufsw2xzBx' // Secret token
});
player.useMedia(
'https://www.youtube.com/watch?v=60ItHLz5WEA',