feature/GPT #12

Merged
sangge merged 18 commits from feature/GPT into main 2024-04-29 18:58:49 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit be59c891e5 - Show all commits

View File

@ -2,7 +2,7 @@ import json
import os
import re
import sys
from utils import *
from .utils import *
import openai

View File

@ -5,7 +5,7 @@ from reportlab.pdfgen import canvas
from reportlab.lib.styles import getSampleStyleSheet
from reportlab.platypus import Paragraph, Spacer, SimpleDocTemplate
from reportlab.lib import colors
from utils import *
from .utils import *
SUPPORTED_EXTENSIONS = {".py", ".js", ".cpp"}
OUTPUT_FORMATS = ["html", "md", "txt", "pdf"]