mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-08 09:43:42 +08:00
refactor: use adaptor to do relay & test
This commit is contained in:
6
relay/model/constant.go
Normal file
6
relay/model/constant.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package model
|
||||
|
||||
const (
|
||||
ContentTypeText = "text"
|
||||
ContentTypeImageURL = "image_url"
|
||||
)
|
||||
Reference in New Issue
Block a user