main #25
@ -75,7 +75,8 @@ def detectGPT(content):
|
|||||||
)
|
)
|
||||||
#return classified_results
|
#return classified_results
|
||||||
result = json.dumps(classified_results, indent=2, ensure_ascii=False)
|
result = json.dumps(classified_results, indent=2, ensure_ascii=False)
|
||||||
return result
|
classified_results = json.loads(result)
|
||||||
|
return classified_results
|
||||||
|
|
||||||
# 获得访问令牌
|
# 获得访问令牌
|
||||||
def get_access_token():
|
def get_access_token():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user