mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-12-27 23:19:07 +00:00
doc: use youtube video on home page (#160)
This commit is contained in:
parent
d0bdd0cf50
commit
4867c697ff
@ -8,7 +8,16 @@ Midscene.js leverages a multimodal Large Language Model (LLM) to intuitively “
|
||||
|
||||
Currently, the model we are using by default is the OpenAI GPT-4o model, while you can customize it to a different model if needed.
|
||||
|
||||
<video src="/introduction/Midscene.mp4" controls/>
|
||||
<div style={{"width": "100%", "display": "flex", justifyContent: "center"}}>
|
||||
<iframe
|
||||
style={{"maxWidth": "100%", "width": "800px", "height": "450px"}}
|
||||
src="https://www.youtube.com/embed/lpkadirYoNE"
|
||||
frameBorder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowFullScreen
|
||||
title="Embedded youtube"
|
||||
></iframe>
|
||||
</div>
|
||||
|
||||
## Interact, query and assert by natural language
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user