↓ 1 callersFunctionhandleQianFanStandardRequest(c *gin.Context, client *http.Client, apiKey, secretKey, model string, clientModel string, configAddress strin
pkg/handler/openai_qianfan_handler.go:79
↓ 1 callersFunctionhandleQianFanStreamRequest(c *gin.Context, client *http.Client, apiKey, secretKey, model string, clientModel string, configAddress strin
pkg/handler/openai_qianfan_handler.go:39
↓ 1 callersFunctionsendClaudeRequest(c *gin.Context, client *http.Client, apiKey, url string, request interface{}, oaiReq *openai.ChatCompletionRe
pkg/handler/openai_claude_handler.go:59
↓ 1 callersFunctionsendRequest(c *gin.Context, client *http.Client, token, url string, request interface{}, oaiReq *openai.ChatCompletionReq
pkg/handler/openai_cozecn_handler.go:138
FunctionQianFanCall(client *http.Client, api_key, secret_key, model string, configAddress string, qfReq *QianFanRequest)
pkg/llm/baidu-qianfan/qianfan.go:17
FunctionQianFanCallSSE(client *http.Client, api_key, secret_key, model string, configAddress string, qfReq *QianFanRequest, callback
pkg/llm/baidu-qianfan/qianfan.go:30
FunctionSendSSERequestWithHttpHeader(apiKey, url string, reqBody []byte, callback func(data string), httpTransport *http.Transport, header map[str
pkg/utils/http_request.go:101