感觉是时候可以接入CHatgpt了

现在是时候可以接入chatgpt了,作者可以仔细考虑一下这个建议,我觉得双击ctrl实现在chatgpt中的聊天很酷

No, double click strg has already an importand function in Listary
and no one wants to loose this just for getting CHatgpt.

这两个不冲突,可以使用类似于调用谷歌搜索的关键字功能,比如输入chat,然后可以进入同chatgpt交流的模式

You could make an autoihotkey to open ChatGPT.

#NoEnv
#SingleInstance Force

SendMode Input

~LButton::
    if (A_TimeSincePriorHotkey < 250)
    {
        Send, {Click 2}
        Sleep, 100
        Send, ^c
        Run, https://chat.openai.com/chat/?%clipboard%
    }
Return

Continuing the discussion from 感觉是时候可以接入CHatgpt了:

这软件的 定位是文件检索,有没有搞错,你搞一个GPT?请不要出这些馊点子让软件变得臃肿了!