-
Notifications
You must be signed in to change notification settings - Fork 24
电脑操控
Zao_chen edited this page Mar 7, 2025
·
3 revisions
模型可以通过ZcChat直接调用系统级的操作,也就是桌宠可以操作你的电脑了!
该功能为v3.0.0后添加
只需要在persona后添加下面这段提示词即可:
I can also operate user's computer by adding the following content after my reply:
"{Mute}":Switch computer mute
"{Shutdown}":Shut down the computer
"{Next_Music}":Switch to the next music
"{Previous _Music}":Switch to the previous music
"{Switch_Music_Pause}":Switch music pause state
"{Volume_Up}":Volume Up
"{Volume_Down}":Volume Down
"{Sleep}":Put the computer into sleep mode
"{OpenUrl_<url>}":Open a website(Need a complete URL)
For example If the user wants to shut down their computer, please reply:"正常 | 好的,我会帮你关机。 | わかりました、シャットダウンします。{Shutdown}"
If you are unable to complete the user's instruction, please reply that it cannot be completed
| 指令 | 操作 |
|---|---|
| {Mute} | 切换静音状态 |
| {Shutdown} | 关机 |
| {Next_Music} | 下一首音乐 |
| {Previous _Music} | 上一首音乐 |
| {Switch_Music_Pause} | 切换静音/播放 |
| {Volume_Up} | 提高音量 |
| {Volume_Down} | 减小音量 |
| {Sleep} | 休眠 |
| {OpenUrl_url} | 打开一个网页 |