ai-gateway/relay/model/constant.go

7 lines
90 B
Go
Raw Normal View History

package model
2024-01-14 11:21:03 +00:00
const (
ContentTypeText = "text"
ContentTypeImageURL = "image_url"
)