doc: use youtube video on home page (#160)

This commit is contained in:
yuyutaotao 2024-11-15 17:26:53 +08:00 committed by GitHub
parent d0bdd0cf50
commit 4867c697ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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