fix: replicate mistral prompt

This commit is contained in:
2024-01-23 16:38:45 +08:00
parent 8fa7fa79be
commit 3385f9af08
2 changed files with 52 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ type OpenAIChatRequest struct {
type OpenAIChatRequestMessage struct {
Content string `json:"content"`
User string `json:"user"`
Role string `json:"role"`
}
type ReplicateModelRequest struct {