@@ -50,7 +50,6 @@ type Response struct {
type ChatCompletion interface {
ChatComplete(ctx context.Context, req Request) (Response, error)
SplitLongString(ctx context.Context, input string) ([]string, error)
}
type LLM interface {
The note is not visible to the blocked user.