V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  coolloves  ›  全部回复第 4 页 / 共 40 页
回复总数  797
1  2  3  4  5  6  7  8  9  10 ... 40  
资瓷一下楼主
支持了
刚试用了下,挺好的,就是希望可以自定义模型,
语音,画图也不知道怎么用,我的 api 支持 dall-e ,但是不知道怎么调用
@coolloves 或者你就用不同的域名,就是两套 ssl 了

外网 -> yourpubdomain -> nginx -> bitwarden
内网 -> yourpridomain -> nginx -> bitwarden
外网 -> yourdomain -> nginx -> bitwarden
内网 -> yourdomain -> nginx -> bitwarden
同一套配置,唯一不同的就是你需要在内网中配置 host 也好,配置 dns 也好,让 yourdomain -> 192.168.x.x
185 天前
回复了 tbxark 创建的主题 分享创造 使用纯 Bash 脚本直接从终端询问 LLM
支持了,有点小小建议,可以考虑修改下,要不,每次输入还需要用引号,

ask() {
local input=""
local content=""
local prompt="$@"
#local prompt="$1"


root@n1:/usr/local/bin# ip a |ask what is my local ip
Your local IP address is 192.168.123.150.
来喽,支持一个!
监听在 0.0.0.0,理论上,应该 1,2 都应该可以访问吧
默认路由策略应该是对于网络出口吧
感觉上,可能还是有安全配置导致的吧
对于自己不知道的,不懂的领域,相对比较容易接触了吧
对于比较基础的东西,正确率也还行,
省去了自己搜索,甄别,总结的步骤,提升了效率
+1
k20p
完全没有换机欲望
生日快乐🎂
x-plore 挂载后,和本地一样
219 天前
回复了 hello826 创建的主题 程序员 nginx 302 转发如何携带原请求的 head
cookie 试试?
设置 cookie 时指定了 Domain 属性为.test.com
比如你内网你解析一个 a.test.com,然后重定向到 b.test.com,这时候,cookie 可以 share 的吧?
@eggt 我用的也是 k2p,也是用这个 ss 来控制整个网络的,可以参考:
k2p -> ss -> gost/glider(转发 ss 到 s5) -> clash
最终 clash 作为订阅客户端.如果有需要魔法的地址,就在 ss 里面配置
多登陆几个设备,a 设备解码登陆 b 设备,c 设备.只要不同时掉好像就没事吧
221 天前
回复了 syz66541 创建的主题 问与答 腾讯云故障后续
哈哈,真极限拉扯了
只能说马抠鼻不是盖的
刚好之前也有这种需要,有个 shell 脚本 可以参考下


```
start_interval=432000
end_interval=518400


start_date=$(date -d '2024-02-04 02:00' +%s)
now=$(date +%s)
cycle=$(( (now - start_date) / 432000 ))
[ $cycle -lt 1 ] && cycle=1
cycle_start=$(( start_date + cycle * 432000 ))
cycle_end=$(( cycle_start + start_interval ))


if [ $((now - cycle_start)) -gt 0 ] && [ $((now - cycle_start)) -lt 80000 ];then
command
fi
```
抖音,保健品,老人,感觉要素全中啊
229 天前
回复了 onlyApple 创建的主题 程序员 有腾讯云服务器的去要 100 块
@jiezhi 能否指点下怎么提啊,下午找客服,说给我转到对应部门,就不在鸟我了
229 天前
回复了 onlyApple 创建的主题 程序员 有腾讯云服务器的去要 100 块
清凉云不知道有灭有资格啊
我昨天看到有人说有故障,我还专门登录了下试试看,果然有问题
1  2  3  4  5  6  7  8  9  10 ... 40  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2961 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 42ms · UTC 13:15 · PVG 21:15 · LAX 05:15 · JFK 08:15
Developed with CodeLauncher
♥ Do have faith in what you're doing.