fix: openai responses api 未统计图像生成调用计费

This commit is contained in:
creamlike1024
2025-09-16 12:47:59 +08:00
parent 46c561eef2
commit f6984272bf
6 changed files with 142 additions and 13 deletions

View File

@@ -447,6 +447,8 @@ export const useLogsData = () => {
other?.audio_input_seperate_price || false,
other?.audio_input_token_count || 0,
other?.audio_input_price || 0,
other?.image_generation_call || false,
other?.image_generation_call_price || 0,
);
}
expandDataLocal.push({