mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
fix: ChatGPT messages history for stream
This commit is contained in:
parent
2649b710bb
commit
6c8bfd267a
3 changed files with 24 additions and 19 deletions
|
@ -2,7 +2,6 @@ package model
|
|||
|
||||
type Stream struct {
|
||||
Model
|
||||
Path string `json:"path"`
|
||||
Advanced bool `json:"advanced"`
|
||||
ChatGPTMessages ChatGPTCompletionMessages `json:"chatgpt_messages" gorm:"serializer:json"`
|
||||
Path string `json:"path"`
|
||||
Advanced bool `json:"advanced"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue