check-trace

command module
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 1, 2025 License: MIT Imports: 9 Imported by: 0

README

API 中转链路检测工具

Tests Go Report Card

一个用于检测 API 中转链路的命令行工具。通过分析请求链路上的代理节点,帮助您了解 API 请求的转发路径。

安装

使用 curl 安装:

curl -fsSL https://raw.githubusercontent.com/go-coders/check-trace/main/install.sh | bash

使用 go 安装:

go install github.com/go-coders/check-trace@latest

使用示例

check-trace

正在启动服务器和创建临时域名...
请稍候...

临时域名: https://hello-world-example.lhr.life

请输入API信息:

API URL: https://example-api.com/v1/chat/completions
API Key: sk-xxxx
模型名称 (默认: gpt-4o):

=== API 中转链路检测工具 ===
临时域名: https://hello-world-example.lhr.life
API URL: https://example-api.com/v1/chat/completions
API Key: sk-xxxx***
模型名称: gpt-4o

正在检测中...
   节点1  : Go代理             IP: 1.1.1.1 (Chicago - Cloudflare)
   节点2  : Go代理             IP: 2.2.2.2 (San Francisco - Cloudflare)
   节点3  : OpenAI            IP: 3.3.3.3 (Los Angeles - Microsoft)

检测完成

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
api

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL