Skip to content

Instantly share code, notes, and snippets.

View riseshia's full-sized avatar
🐱

Shia riseshia

🐱
View GitHub Profile
import subprocess
import openai
import re
from collections import defaultdict
import textwrap
import time
import shlex
openai.api_key = open("./openai_key.txt", "r").read().strip("\n")