yunfengzhou-hub commented on code in PR #783:
URL: https://github.com/apache/flink-agents/pull/783#discussion_r3370427077
##########
python/flink_agents/api/chat_models/chat_model.py:
##########
@@ -226,6 +226,6 @@ def _record_token_metrics(
if metric_group is None:
return
- model_group = metric_group.get_sub_group(model_name)
+ model_group = metric_group.get_sub_group("model", model_name)
Review Comment:
Thanks for pointing out this. It is worth folding the same one line change
here. I've made the change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]