We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5590851 + 36a780b commit e10776fCopy full SHA for e10776f
pkg/adapter/struct.go
@@ -75,7 +75,7 @@ func (req *ChatCompletionRequest) toVisionGenaiContent() ([]*genai.Content, erro
75
},
76
{
77
Parts: []genai.Part{
78
- genai.Text(""),
+ genai.Text(" "),
79
80
Role: genaiRoleModel,
81
0 commit comments