fix:修复导入utils
All checks were successful
Python application test / build (pull_request) Successful in 27s

This commit is contained in:
2024-04-28 15:08:06 +08:00
parent cafc83e517
commit be59c891e5
2 changed files with 2 additions and 2 deletions

View File

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