1 Star 0 Fork 0

chuck/MiChatGUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
腾讯云函数自定义.服务中需要的代码.py 266 Bytes
一键复制 编辑 原始数据 按行查看 历史
wxtcstt 提交于 2023-04-28 13:31 +08:00 . Add files via upload
import requests
#请将url替换为你的api
url="https://service-4q4clutk-1307834456.de.apigw.tencentcs.com/release/ask?query="
url+=query
response = requests.get(url)
print(response.content.decode('utf8'))
UserCustomBot.result=response.content.decode('utf8')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chuck_chen/MiChatGUI.git
git@gitee.com:chuck_chen/MiChatGUI.git
chuck_chen
MiChatGUI
MiChatGUI
main

搜索帮助