自从copilot api被封了之后 一直在寻找替代品。这个端午假期,首先尝试了g4i,但是发现不是标准api,不兼容nextchat,不满意。中间还找回了gptapi.us,但是看了看这一天五六个小时的故障时间,还是算了吧。。。。之前一直想撘一个coze discord proxy,但是无奈步骤繁杂,一直拖延。昨天下定决心搞一下,终于搞起来了。中间发现title generation doesnt work, 去跟作者友好交流之后,发现了其中的问题。。。 现在感觉很爽!丰衣足食真是棒呆了。
—
写于: 2024-06-10 09:53:30
#time0
—
写于: 2024-06-10 09:53:30
#time0
hostDZire 12usd/yr
https://lowendtalk.com/discussion/207733/flash-sale-vps-dedicated-india-sg-jp-usa-ca-uk-nl-de-25tb-bw-10gbit-from-12#latest
#vps
https://lowendtalk.com/discussion/207733/flash-sale-vps-dedicated-india-sg-jp-usa-ca-uk-nl-de-25tb-bw-10gbit-from-12#latest
#vps
LowEndTalk
Flash Sale - VPS & Dedicated - India/SG/JP/USA/CA/UK/NL/DE - 25TB BW, 10Gbit From $12
Hello LowEndTalk Community! Who are we? HostDZire is a trusted and reliable hosting company that has been providing exceptional web hosting services since 2013.
AX6600 upgrade procedures
1. export current config
2. flash, unplug eth cable
3. overwrite network conf and
4. check if mac addr is changed
5. if ok, plug eth cable and opkg update
6. install openclash (which requires some deps)
7. export current conf
8. compare current conf with the old one
9. overwrite necessary config files to the new config
*If some configs are never used but changed, exclude them.*
10. overwrite the modded new configs to the emmc
* Modified configs mostly lie in:
* Outside of 'config' folder:
* Don't forget the network watchdog script in /root
* Disable packages in 启动项 instead of uninstalling
#ax6600
1. export current config
2. flash, unplug eth cable
3. overwrite network conf and
service network restart 4. check if mac addr is changed
5. if ok, plug eth cable and opkg update
6. install openclash (which requires some deps)
7. export current conf
8. compare current conf with the old one
9. overwrite necessary config files to the new config
*If some configs are never used but changed, exclude them.*
10. overwrite the modded new configs to the emmc
[use cp -r ] !!! * Modified configs mostly lie in:
athena-led, dhcp, dropbear, firewall, lucky, network, openclash, system, wireless, crontabs * Outside of 'config' folder:
crontabs, openclash, lucky * Don't forget the network watchdog script in /root
* Disable packages in 启动项 instead of uninstalling
#ax6600
今天第一次用github action编译了libwrt。
当然用了zqking大佬的repo,github action都很完善了。
我就是 fork了一下,github action文件都不用动,只需要修改一下deconfig里面ipq60xx libwrt的编译选项。
在里面加入了zram,调整了一些原来自带的包。
zqking使用了一个第三方的包裹小仓库,主要是那个仓库里面能找到的,都可以在里面写上。
完事儿之后,可以通过github的对比功能看看与原repo的区别。检查一下修改之处。
—-
更:
经过了几天的研究,有了新的认识。
编译最终配置就是 deconfig 里的config 文件,里面可选的第三方包,得看 update.sh 里面拉取 feed 中包含的包。比如有一个 install_small8的函数,这个函数里面就是把这个第三方源的包配置安装到 makeconfig 里面。 (但这并不代表最后纳入到编译范围内,只不过是提供条件)
—-
action yaml 里面的变量 GITHUB_TOKEN 是一个自动生成的token,他的权限在 repo 的 action 一栏里面赋予。 不需要自己建这个 secret。
#programming
当然用了zqking大佬的repo,github action都很完善了。
我就是 fork了一下,github action文件都不用动,只需要修改一下deconfig里面ipq60xx libwrt的编译选项。
在里面加入了zram,调整了一些原来自带的包。
zqking使用了一个第三方的包裹小仓库,主要是那个仓库里面能找到的,都可以在里面写上。
完事儿之后,可以通过github的对比功能看看与原repo的区别。检查一下修改之处。
—-
更:
经过了几天的研究,有了新的认识。
编译最终配置就是 deconfig 里的config 文件,里面可选的第三方包,得看 update.sh 里面拉取 feed 中包含的包。比如有一个 install_small8的函数,这个函数里面就是把这个第三方源的包配置安装到 makeconfig 里面。 (但这并不代表最后纳入到编译范围内,只不过是提供条件)
—-
action yaml 里面的变量 GITHUB_TOKEN 是一个自动生成的token,他的权限在 repo 的 action 一栏里面赋予。 不需要自己建这个 secret。
#programming