jack321gpt测试的命令行小工具 中发帖

自己写的一个 gpt 测试的命令行小工具,主要是为了快速在终端 对 api key 和可用模型进行测试 
安装:
curl -fsSL https://raw.githubusercontent.com/go-coders/check-gpt/main/install.sh | bash

检测 api key 可用性:
🔍 API 测试信息
--------------------------------------------------------------------------------
API URL: https://api.example.com/v1/chat/completions
API Keys: sk-abcdefaaaa, sk-abcdefbbbb
模型: gpt-3.5-turbo, gpt-4o, gpt-4o-mini, claude-3-5-s...