Skip to content

Commit

Permalink
add simpler definition first
Browse files Browse the repository at this point in the history
  • Loading branch information
lyie28 committed May 21, 2024
1 parent 3c6f318 commit 57d58e7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/docs/get-started/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

Our Web Agents have the following modifiable elements:

!!! tip "Modifiable elements"
- LLM (`llm`)
- Multi-modal LLM (`mm_llm`)
- Embedding model (`embedding`)
- Retriever (`retriever`)
- Prompt template (`prompt_template`)
- Clearning function (`extractor`)

??? tip "Modifiable elements: details"
- `llm`: The `LLM` used by the `Action Engine` to translate text instructions into automation code. You can set the `llm` to any `LlamaIndex LLM object`.

- `mm_llm`: The `multi-modal LLM` used by the `World Model` to generate the next instruction to be enacted by the Action Engine based on the current state of the web page. You can set the `mm_llm` argument to any `LlamaIndex multi-modal LLM object`.
Expand Down

0 comments on commit 57d58e7

Please sign in to comment.