mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-06 17:23:42 +08:00
chore: show img_calls num for user profile page
This commit is contained in:
@@ -222,6 +222,7 @@ type userProfile struct {
|
||||
Avatar string `json:"avatar"`
|
||||
ChatConfig types.ChatConfig `json:"chat_config"`
|
||||
Calls int `json:"calls"`
|
||||
ImgCalls int `json:"img_calls"`
|
||||
Tokens int64 `json:"tokens"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user