
1 b1ghawk 2023 年 3 月 3 日 via Android shower! |
2 whatthehell 2023 年 3 月 3 日 有没有流式输出版本 |
3 pppan OP @whatthehell API 好像都是一次性怼回的 JSON 啊 |
4 wander555 2023 年 3 月 3 日 windows 用不了 readline ,最好换成 pyreadline3 linux 用当我没说 |
5 howardlau 2023 年 3 月 3 日 |
6 ptrees 2023 年 3 月 3 日 不好使,但是学到了一个 openai.proxy,感谢 |
7 mmxq 2023 年 3 月 3 日 Windows 下无法使用“readline”module ,pip install pyreadline3 即可运行此脚本。 小工具吧可是说是,感谢作者! 然后网上这种类似的 chatgpt 命令行工具还有好多,类似: https://github.com/loclink/chatgpt-prompts 大伙可以自己去玩玩~ |
8 pppan OP 参考大家的建议,优化了一些 Windows 下的报错。这个脚本主要是比较轻量,平时用来查代码的。有需要的朋友也可以在此基础上修改下 Prompt ,打造自己专属的 AI 小助手。 |
9 whatthehell 2023 年 3 月 3 日 @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. |
10 |
11 mingwiki 2023 年 3 月 6 日 用上了感觉还可以哦,可以直接引入文件吗 想让 gpt 帮我改改代码 |