diff --git a/llm/ant/ant.go b/llm/ant/ant.go index 7cfb75b63af80e95220976518a6fd308a5afb43e..7d0a2119c840d74e0e5c3449172c4df2aebe321a 100644 --- a/llm/ant/ant.go +++ b/llm/ant/ant.go @@ -235,8 +235,6 @@ type request struct { TopK int `json:"top_k,omitempty"` TopP float64 `json:"top_p,omitempty"` StopSequences []string `json:"stop_sequences,omitempty"` - - } func mapped[Slice ~[]E, E, T any](s Slice, f func(E) T) []T {