diff --git a/gr2gw.go b/gr2gw.go index bb9085d..6335560 100644 --- a/gr2gw.go +++ b/gr2gw.go @@ -1887,7 +1887,7 @@ func ScoreCandidateEndpoint(apiName string, parameters []GradioParamInfo, dep *G } } - if lowerName == "chat" || lowerName == "chat_fn" || lowerName == "bot" || lowerName == "bot_fn" || lowerName == "chat_message" { + if lowerName == "chat" || lowerName == "chat_fn" || lowerName == "bot" || lowerName == "bot_fn" { score += 150 } else if strings.Contains(lowerName, "chat") || strings.Contains(lowerName, "conversation") || strings.Contains(lowerName, "dialogue") || strings.Contains(lowerName, "chatbot") ||