fix: add ModelGroup field to LLMRequest struct matching DB schema
This commit is contained in:
@@ -309,6 +309,7 @@ type LLMRequest struct {
|
||||
ResponseBody *string `db:"response_body"`
|
||||
CacheReadTokens int `db:"cache_read_tokens"`
|
||||
CacheWriteTokens int `db:"cache_write_tokens"`
|
||||
ModelGroup string `db:"model_group"`
|
||||
}
|
||||
|
||||
type ProviderConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user