sync of changes

This commit is contained in:
2024-11-09 19:50:14 -05:00
parent 37939088ed
commit cd4ad59a38
4 changed files with 3 additions and 4 deletions

1
llm.go
View File

@@ -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 {