mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Fix label names (#539)
This commit is contained in:
parent
209d0de0b8
commit
10806caac2
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ class LlmService(FlowProcessor):
|
|||
)
|
||||
|
||||
await __class__.text_completion_model_metric.labels(
|
||||
id = flow.id, flow = flow.name
|
||||
processor = self.id, flow = flow.name
|
||||
).info({
|
||||
"model": model,
|
||||
"temperature": temperature,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue