Skip to content

Commit d5e54af

Browse files
committed
small edit for clarification
1 parent 3976fdf commit d5e54af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quickstart.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)