• 2024-07-08命令行版的ChatGPT(修改版)
    本帖最后由CrLf于2023-7-2900:17编辑命令行下调用OpenAI接口,从标准输入中读取用户输入并将其发送到GPT模型,再将响应写入标准输出。因原版默认是UTF8,所以我改成默认以GBK编码读取输入,并增加--utf8开关兼容utf8编码。原版GitHub:https://github.com/pdfinn/sgpt用法:sg
  • 2024-06-12Go - pflag and viper
    pflagisadrop-inreplacementofGo'snativeflagpackage.Ifyouimportpflagunderthename"flag"thenallcodeshouldcontinuetofunctionwithnochanges.importflag"github.com/spf13/pflag"Thereisoneexceptiontothis: