We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8ca24 commit f82d3c9Copy full SHA for f82d3c9
1 file changed
internal/runtime/executor/compat_helpers.go
@@ -72,8 +72,8 @@ func payloadRequestedModel(opts cliproxyexecutor.Options, fallback string) strin
72
return helps.PayloadRequestedModel(opts, fallback)
73
}
74
75
-func applyPayloadConfigWithRoot(cfg *config.Config, model, protocol, root string, payload, original []byte, requestedModel string, requestPath string) []byte {
76
- return helps.ApplyPayloadConfigWithRoot(cfg, model, protocol, root, payload, original, requestedModel, requestPath)
+func applyPayloadConfigWithRoot(cfg *config.Config, model, protocol, root string, payload, original []byte, requestedModel string) []byte {
+ return helps.ApplyPayloadConfigWithRoot(cfg, model, protocol, root, payload, original, requestedModel, "")
77
78
79
func summarizeErrorBody(contentType string, body []byte) string {
0 commit comments