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