mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-22 13:18:06 +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(
|
await __class__.text_completion_model_metric.labels(
|
||||||
id = flow.id, flow = flow.name
|
processor = self.id, flow = flow.name
|
||||||
).info({
|
).info({
|
||||||
"model": model,
|
"model": model,
|
||||||
"temperature": temperature,
|
"temperature": temperature,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue