This project is heavily inspired by the demo app of SvelteKit and TigerBot.
Once you've downloaded this repo and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
Replace the API_KEY with your key in numbers.
With Tauri and Pake library (written in Rust), you can easily make a SvelteKit app into desktop format with only several command lines and without real knowledge of Rust language!
见SvelteKit和Tauri、Pake的官方文档,初步对话效果见demo文件夹。