package remote_http import ( "context" "fmt" "testing" ) func TestOpenRouter(t *testing.T) { res, err := AiOpenRouter.Completions(context.Background(), "你好", "test") fmt.Println(res, err) }