2 private links
You are unable to access nftsniper.club This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data. [...] Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.
A CLI tool for updating A/AAAA record at Cloudflare DNS with the currently detected address of the specified network interface. Multiple domains with the same address [...] Selects an address from the specified network interface or via an external command and updates A or AAAA records at Cloudflare for the configured domains. [...] Flags: --config string config file (default is $HOME/.cloudflare-dynamic-dns.yaml) --domains strings Domain names to assign the address to. [...] It is stored in the Cloudflare DNS comments field in the format: "host-id (managed by cloudflare-dynamic-dns)" --iface string Network interface to look up for an address.
为了加速镜像拉取,你可以使用以下命令设置 registry mirror: 为了避免 Worker 用量耗尽,你可以手动 pull 镜像然后 re-tag 之后 push 至本地镜像仓库: Powered by Cloudflare Workers
基于微软 New Bing 用 Vue3 和 Go 简单定制的微软 New Bing 演示站点,拥有一致的 UI 体验,支持 ChatGPT 提示词,国内可用,基本兼容微软 Bing AI 所有功能,无需登录即可畅聊。 可用 ModHeader 添加 X-Forwarded-For 请求头,对应 URL 是 wss://sydney.bing.com/sydney/ChatHub,具体可参考 https://github.com/adams549659584/go-proxy-bingai/issues/71 及 https://zhuanlan.zhihu.com/p/606655303 ⭐ 需要画图等高级功能时(需选更有创造力模式或右上角 设置 => 图像创建 ),可登录微软账号设置用户 Cookie 进行体验 ⭐ 遇到一切问题,先点左下角 https://github.com/adams549659584/go-proxy-bingai/blob/master/docs/img/bing-clear.png 试试,不行使用刷新大法(Shift + F5 或 Ctrl + Shift + R 或 右上角设置中的一键重置),最终大招就 清理浏览器缓存 及 Cookie ,比如(24 小时限制、未登录提示等等) #go-proxy-bing [...] 部署 ⭐ 需 https 域名 (自行配置 nginx 等) (前后端都有限制 只有在HTTPS的情况下,浏览器 Accept-Encoding 才会包含 br , localhost 除外) 支持 Linux (amd64 / arm64)、Windows (amd64 / arm64) 国内机器部署可配置 socks 环境变量
https://github.com/j178/chatgpt/releases A CLI for ChatGPT, powered by GPT-3.5-turbo and GPT-4 models. Get or create your OpenAI API Key from here: https://platform.openai.com/account/api-keys 💬 Start in chat mode [...] 💻 Use it in a pipeline cat config.yaml | chatgpt -p 'convert this yaml to json' echo "Hello, world" | chatgpt -p translator | say [...] You can add more prompts in the config file, for example: {"api_key": "sk-xxxxxx", "endpoint": "https://api.openai.com/v1", "prompts": {"default": "You are ChatGPT, a large language model trained by OpenAI. [...] "}, "conversation": {"prompt": "default", "context_length": 6, "model": "gpt-3.5-turbo", "stream": true, "max_tokens": 1024 }} then use -p flag to switch prompt: Note The prompt can be a predefined prompt, or come up with one on the fly.