1
0
mirror of https://github.com/fumiama/deepinfra.git synced 2026-06-05 00:32:46 +08:00

feat: add custom

This commit is contained in:
源文雨
2025-02-14 16:29:37 +09:00
parent 507e407127
commit 12ba460588
6 changed files with 155 additions and 26 deletions

View File

@@ -1,12 +1,10 @@
package deepinfra
import (
"bytes"
"io"
"github.com/fumiama/deepinfra/model"
)
type Model interface {
Body() *bytes.Buffer
Parse(io.Reader) error
Output() string
model.Inputer
model.Outputer
}