Commit ba8ad92
committed
fix(OpenAiAPIService): correct text processing time update method
This commit fixes a bug where the method updateExpTextProcessingTime incorrectly called getExpImgProcessingTime. The change ensures that text and image processing times are tracked independently.
Additionally, unit tests have been added to verify the correct functionality of processing time tracking for both text and image generations.
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>1 parent c562202 commit ba8ad92
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
953 | 953 | | |
954 | 954 | | |
955 | 955 | | |
956 | | - | |
| 956 | + | |
957 | 957 | | |
958 | 958 | | |
959 | 959 | | |
| |||
0 commit comments