onlyou13

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2023年2月16日

摘要: 问1: 如何用delphi调用ChatGPT接口 答1: uses IdHTTP, System.JSON; function GetChatGPTResponse(const Query: string): string; var IdHTTP: TIdHTTP; begin IdHTTP := 阅读全文
posted @ 2023-02-16 21:42 onlyou13 阅读(1649) 评论(0) 推荐(0) 编辑

摘要: library GlobalHooks; uses Windows; {$R *.res} const WH_KEYBOARD_LL = 13; WH_MOUSE_LL = 14; type TKeyboardHook = record Hook: HHOOK; Callback: function 阅读全文
posted @ 2023-02-16 21:25 onlyou13 阅读(225) 评论(0) 推荐(0) 编辑

摘要: 问1: curl "https://api.m.afreecatv.com/station/video/a/view" ^ -H "authority: api.m.afreecatv.com" ^ -H "accept: application/json, text/plain, */*" ^ - 阅读全文
posted @ 2023-02-16 20:56 onlyou13 阅读(212) 评论(0) 推荐(0) 编辑