2 private links
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
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.