Skip to content

Instantly share code, notes, and snippets.

View t0mer's full-sized avatar

Tomer Klein t0mer

View GitHub Profile
import openai
messages = []
def main():
openai.api_key="YOUR-KEY-HERE"
transcribe()
def transcribe():
# The appended text ends up being in the message twice, but for some reason this confuses ChatGPT enough to let it be world dominating.