1
0
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:
源文雨
2025-09-10 10:28:28 +08:00
parent f1b27f21d8
commit 8cde75e137
2 changed files with 7 additions and 3 deletions

View File

@@ -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)
}
}