feature/cn-gpt #21

Merged
dqy merged 10 commits from feature/cn-gpt into main 2024-05-26 16:59:24 +08:00
Showing only changes of commit faf68760c9 - Show all commits

View File

@ -75,7 +75,8 @@ def detectGPT(content):
)
#return classified_results
result = json.dumps(classified_results, indent=2, ensure_ascii=False)
return result
classified_results = json.loads(result)
return classified_results
# 获得访问令牌
def get_access_token():