7 lines
91 B
Go
7 lines
91 B
Go
|
package openai
|
||
|
|
||
|
const (
|
||
|
ContentTypeText = "text"
|
||
|
ContentTypeImageURL = "image_url"
|
||
|
)
|