File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,8 @@ the basic components of a Modus app and how to deploy it to Hypermode.
7979 <Step title = " Observe function execution" >
8080 Let's dig deeper into the behavior of our AI service when we ran the query by looking at the
8181 ** Inferences** page. You can see the step-by-step inference process and the inputs and outputs of
82- the model at each step of your function. We can see in this case, it took Llama 4.4 seconds to
82+ the model at each step of your function.
83+ After invoking the Meta Llama model from the function code, we can see the function execution. In this case, it took Llama 4.4 seconds to
8384 reply to the prompt. We can also see the parameters on both the inputs and outputs.
8485
8586 ``` json
You can’t perform that action at this time.
0 commit comments