Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Added inferences arg
Browse files Browse the repository at this point in the history
  • Loading branch information
guilherme-brandao committed Jan 12, 2024
1 parent 571d36e commit d7eab22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/node/execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ func createExecutor(a api.API) func(ctx echo.Context) error {
Name: "eth_price",
Value: fmt.Sprintf("%v", ethPrice),
},
{
Name: "inferences",
Value: fmt.Sprintf("%v", inferences),
},
},
}

Expand Down

0 comments on commit d7eab22

Please sign in to comment.