mirror of
https://github.com/songquanpeng/one-api.git
synced 2026-02-14 10:04:23 +08:00
Update sdk/api/channel.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -27,7 +27,7 @@ type Channel struct {
|
|||||||
Priority int `json:"priority"`
|
Priority int `json:"priority"`
|
||||||
Config string `json:"config"`
|
Config string `json:"config"`
|
||||||
SystemPrompt string `json:"system_prompt"`
|
SystemPrompt string `json:"system_prompt"`
|
||||||
ChannelConfig ChannelConfig `json:"channel_confi"`
|
ChannelConfig ChannelConfig `json:"channel_config"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ChannelConfig struct {
|
type ChannelConfig struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user