mirror of
https://github.com/fumiama/deepinfra.git
synced 2026-06-21 04:00:23 +08:00
feat(model): support extra_body for openai
This commit is contained in:
@@ -124,8 +124,6 @@ func (l *Log) ResetIn(grps ...int64) {
|
||||
l.mu.Lock()
|
||||
defer l.mu.Unlock()
|
||||
for _, grp := range grps {
|
||||
if _, exists := l.m[grp]; exists {
|
||||
delete(l.m, grp)
|
||||
}
|
||||
delete(l.m, grp)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user