mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-23 20:21:03 +02:00
Fix label names
This commit is contained in:
parent
209d0de0b8
commit
7b206cabd4
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