| <!doctype html> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| <title>Veyra CLI</title> |
| <link rel="stylesheet" href="style.css" /> |
| </head> |
| <body> |
| <main class="page"> |
| <section class="terminal" aria-label="Veyra CLI preview"> |
| <div class="cmdline">C:\Users\you\Documents\veyra-cli>uv run veyra</div> |
|
|
| <pre class="banner"><span class="pink">โญโ Veyra v0.1.0 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ</span> |
| <span class="pink">โ</span> โ ready autoload:on <span class="pink">โ</span> |
| <span class="pink">โ</span> <span class="pink">model</span> veyra2-30m-base-2b-tokens-onnx-int8 <span class="pink">โ</span> |
| <span class="pink">โ</span> <span class="pink">mode</span> chatml <span class="pink">โ</span> |
| <span class="pink">โ</span> <span class="pink">gen</span> tokens:1024 temp:0.8 top-k:40 top-p:1.0 <span class="pink">โ</span> |
| <span class="pink">โ</span> repeat:1.0 <span class="pink">โ</span> |
| <span class="pink">โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ</span></pre> |
|
|
| <div class="helper">type <span>/help</span>, <span>/model</span>, <span>/mode</span>, <span>/chat</span>, <span>/exit</span></div> |
|
|
| <div class="line"><span class="role">You</span> โบ Where do I install Veyra?</div> |
| <div class="line"><span class="role veyra">Veyra</span> โบ Install the CLI from GitHub:</div> |
|
|
| <pre class="code">uv tool install git+https://github.com/Jdudeo5972/veyra-cli.git</pre> |
|
|
| <div class="line"><span class="role veyra">Veyra</span> โบ Or with pipx:</div> |
|
|
| <pre class="code">pipx install git+https://github.com/Jdudeo5972/veyra-cli.git</pre> |
|
|
| <div class="line"><span class="role veyra">Veyra</span> โบ Then fetch local ONNX models and open the shell:</div> |
|
|
| <pre class="code">veyra fetch |
| veyra</pre> |
|
|
| <div class="line"><span class="role">You</span> โบ <span class="cursor"></span></div> |
| </section> |
| </main> |
| </body> |
| </html> |
|
|
|
|