1x1x1x1 SimSimi
Личност
import requests
api_key = “YOUR_AIP_KEY”
url = “https://api.simsimi.net/v2/“
param = {
“text” : “Bạn có biết câu chuyện dân gian nào không?”,
“lc” : “vi”,
“cf” : False,
“key” : api_key
}
reponse = requests.get(url, parsam=parsams)
print(response.json())
