V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
pppan
V2EX  ›  Python

ChatGPT 命令行版

  •  1
     
  •   pppan · 2023-03-03 12:54:52 +08:00 · 2970 次点击
    这是一个创建于 391 天前的主题,其中的信息可能已经有所发展或是发生改变。

    特点:

    • 适用于终端爱好者
    • 自带语法高亮
    • 支持上下文
    • 支持代理

    源码: https://github.com/evilpan/gptcli

    预览:

    第 1 条附言  ·  2023-03-04 11:07:26 +08:00

    更新:

    1. 支持多行输入,参考 help 命令
    2. 感谢 @whatthehell,现在已经支持 stream 模式,可以在命令行实时进行渲染!

    12 条回复    2023-03-06 19:27:48 +08:00
    b1ghawk
        1
    b1ghawk  
       2023-03-03 13:09:35 +08:00 via Android
    shower!
    whatthehell
        2
    whatthehell  
       2023-03-03 14:14:59 +08:00
    有没有流式输出版本
    pppan
        3
    pppan  
    OP
       2023-03-03 14:47:40 +08:00
    @whatthehell API 好像都是一次性怼回来的 JSON 啊
    wander555
        4
    wander555  
       2023-03-03 15:10:33 +08:00   ❤️ 1
    windows 用不了 readline ,最好换成 pyreadline3
    linux 用当我没说
    howardlau
        5
    howardlau  
       2023-03-03 15:17:46 +08:00
    ptrees
        6
    ptrees  
       2023-03-03 16:10:07 +08:00
    不好使,但是学到了一个 openai.proxy,感谢
    mmxq
        7
    mmxq  
       2023-03-03 16:28:58 +08:00   ❤️ 1
    Windows 下无法使用“readline”module ,pip install pyreadline3 即可运行此脚本。
    小工具吧可是说是,感谢作者!🙇‍
    然后网上这种类似的 chatgpt 命令行工具还有好多,类似: https://github.com/loclink/chatgpt-prompts
    大伙可以自己去玩玩~
    pppan
        8
    pppan  
    OP
       2023-03-03 17:03:55 +08:00
    参考大家的建议,优化了一些 Windows 下的报错。这个脚本主要是比较轻量,平时用来查代码的。有需要的朋友也可以在此基础上修改下 Prompt ,打造自己专属的 AI 小助手。
    whatthehell
        9
    whatthehell  
       2023-03-03 20:31:48 +08:00
    @pppan
    有流式的,套壳网站都是流式的,看看 stream 参数
    https://platform.openai.com/docs/api-reference/chat/create

    stream: Defaults to false
    If set, partial message deltas will be sent, like in ChatGPT. Tokens will be sent as data-only server-sent events as they become available, with the stream terminated by a data: [DONE] message.
    pppan
        10
    pppan  
    OP
       2023-03-04 11:13:22 +08:00
    @whatthehell 刚刚适配了一下,已经支持流式版本啦!
    mingwiki
        11
    mingwiki  
       2023-03-06 15:10:55 +08:00
    用上了感觉还可以哦,可以直接引入文件吗 想让 gpt 帮我改改代码
    pppan
        12
    pppan  
    OP
       2023-03-06 19:27:48 +08:00
    @mingwiki 可以拷贝文件内容然后多行粘贴进去
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2756 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 15:28 · PVG 23:28 · LAX 08:28 · JFK 11:28
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.