Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python3
import openai
from colorama import Fore, Style, init
import sys
import os
def main(outputFilename, question, inputFilename):
# prompt = f"Atue com um desenvolvedor de software sênior e implemente o que for pedido.\n \
# Na resposta, não adicione introdução ou explicação depois do código.\n \
# A resposta deve conter apenas o código da implementação.\n" \
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+backspace",
"command": "workbench.action.toggleSidebarVisibility"
},
{
"key": "ctrl+t",
"command": "workbench.action.files.newUntitledFile"