ai-gateway/relay/channel/openai/constant.go

7 lines
91 B
Go
Raw Normal View History

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