V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  sigoden  ›  全部回复第 2 页 / 共 3 页
回复总数  55
1  2  3  
2023-03-20 08:35:57 +08:00
回复了 LeslieLeung 创建的主题 分享创造 C3PO - 由 ChatGPT 驱动的 i18n 翻译工具
这种只需要开发 prompt 就可以了,何必单独开发一款软件。

https://github.com/sigoden/aichat/wiki/Role-Examples
2023-03-20 08:35:28 +08:00
回复了 shellfly 创建的主题 分享创造 Aoi - ChatGPT 命令行版本,自动执行命令,自动查询数据库
可以看看 https://github.com/sigoden/aichat 更成熟完善
2023-03-16 11:56:14 +08:00
回复了 brader 创建的主题 程序员 兄弟们,命令行版 ChatGPT 有搞头吗?
@brader

aichat 有两种模式: chat repl 和 command 。 它的 command 模式就类似 curl 。
aichat 采用 rust 编写,跨平台,单二进制无任何依赖。
2023-03-16 11:29:42 +08:00
回复了 brader 创建的主题 程序员 兄弟们,命令行版 ChatGPT 有搞头吗?
2023-03-15 12:35:58 +08:00
回复了 magic3584 创建的主题 Android android 怎么方便的和 iPhone Mac 互传文件
termux 安装 dufs 并启动 webdav/http

```
pkg install dufs

dufs
```
只要内网都可以随意访问,除了文件还可以分享文字。
2023-03-11 16:37:17 +08:00
回复了 sigoden 创建的主题 分享发现 GPT3.5 真是一款万能工具,是时候清理下工具箱了
@yazoox 新账号有免费赠送额度。👉 https://platform.openai.com/account/usage
2023-03-10 12:23:59 +08:00
回复了 sigoden 创建的主题 分享发现 GPT3.5 真是一款万能工具,是时候清理下工具箱了
贴一个生成 prompt 的 prompt

```yaml

- name: PromptGenerator
prompt: >
Act like PromptGPT. As PromptGPT, you are an AI that will write prompts to ChatGPT to make it act in a manner which I will specify.
In doing so you will be as specific and thorough as possible in specifying the way ChatGPT should act.
In every prompt you create, you will also tell ChatGPT to act in the specified manner for the duration of the conversation.
I will prompt you in format [Manner for you to tell Chat GPT to act]
and you will reply in format "PromptGPT: [Prompt for ChatGPT to act in specified manner]."
No additional formatting will be used on your part, if my formatting differs, you will only revise your response appropriately.
```
```
aichat -r PromptGenerator Act like a english-chinsee translator
```
一些简单任务可以使用自动生成的 prompt 。
2023-03-10 12:16:50 +08:00
回复了 sigoden 创建的主题 分享发现 GPT3.5 真是一款万能工具,是时候清理下工具箱了
@1423 你是不是看都没看就开始喷了。我这个怎么受限于封装限定的 prompt 了。明明想加什么 prompt 可以任意加。

GPT 接口更便宜,更快,性能更稳定。
命令行终端也有很多实用场景和用户,比如上面的文件转换列子,终端下明显更方便吧。
请对无偿提供工具服务的志愿者多点耐心。不喜欢请无视。
2023-03-03 14:09:21 +08:00
回复了 sigoden 创建的主题 分享创造 AICHAT: 在终端中使用 GPT-3.5
@AoEiuV020CN 有$5 免费额度,gpt-3.5-turbo 价格是 $0.002 / 1K tokens ,可以用好久。
2023-02-08 11:28:46 +08:00
回复了 sigoden 创建的主题 分享创造 opscan: 用 Rust 开发的端口扫描工具
@akumazero 是不是`ulimit -n` 限制了并发?你把并发量调低一点试试,如`opscan -c 1000`。如果是这个原因,很快就能修复。
2022-11-04 15:36:12 +08:00
回复了 LxnChan 创建的主题 程序员 Windows 下多人共享的网盘类工具?
2022-08-04 08:09:52 +08:00
回复了 sigoden 创建的主题 分享创造 基于 Shell 脚本跨平台任务执行器/脚本管理器/构建工具
@agagega

1. makefile 的学习新语法(多少人隔段时间还记得 makefile 强制 tab 缩进)
2. make 在 windows 下并不好用
3. make 任务传参不灵活
4. make 不带补全和打印任务列表,你需要自己额外处理

argc 为那些不喜欢 make/makefile 人送去了一个新的选项。
2022-08-01 08:57:50 +08:00
回复了 sigoden 创建的主题 分享创造 基于 Shell 脚本跨平台任务执行器/脚本管理器/构建工具
@Aumujun jenkins 是 CI ,我这个类似 make 或 npm scripts ,平时开发项目中用,当然 CI 中也是可以使用的。
2022-06-23 10:11:56 +08:00
回复了 evi1j 创建的主题 音乐 音乐会员打算从 qq 音乐转到网易云音乐
网易云音乐浏览器插件版:

https://github.com/sigoden/netease-music-crx
2022-06-21 15:48:51 +08:00
回复了 mingl0280 创建的主题 Cloudflare Cloudflare 刚刚这波挂得挺惨的
docker 也 500 。互联网越来越中心化了啊。

起因: https://www.cloudflarestatus.com/incidents/xvs51y9qs9dj
电脑运行文件服务 https://github.com/sigoden/duf ,手机直接通过浏览器上传下载文件。
@RangerWolf 导出 svg 文件。dynimgen 使用的 svg 文件作为模板
2022-06-09 11:18:50 +08:00
回复了 Livid 创建的主题 Atom GitHub 宣布会放弃 Atom 项目
我们错过了编程语言,错过了操作系统,错过了浏览器。但正在经历 IDE 的黄金时代,但我们什么都没做。
2022-06-09 09:41:57 +08:00
回复了 Livid 创建的主题 Atom GitHub 宣布会放弃 Atom 项目
现在经济不行了,没有前景的东西估计会应砍尽砍。猜猜还有哪儿?
1  2  3  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   770 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 30ms · UTC 20:30 · PVG 04:30 · LAX 13:30 · JFK 16:30
Developed with CodeLauncher
♥ Do have faith in what you're doing.