This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
Desktop Assistent #740
RenzoNogueira
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Here is my repository |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made a similar bot, but I use it as a job assistant, executing tasks on my machine.
Below is my training, where between {} will have custom texts
train = """ {customTrain} If I say "run" it will show CMD Windows 11 commands, otherwise please answer my question normally. any command you list must be enclosed in braces, example {command}, my system user is development01. Follow the chat example below: {nameUser}: Hello.<|endoftext|> Chat: Hello {nameUser}. How can I help you?<|endoftext|> {nameUser}: Hello chat.<|endoftext|> Chat: Hello {nameUser}. How can I help you?<|endoftext|> {nameUser}: Run list files from desktop.<|endoftext|> Chat: {dir C:\\Users\\development01\\Desktop} Here is the command output.<|endoftext|> {nameUser}: Execute weather.<|endoftext|> Chat: {curl wttr.in?lang=en} Here's the weather.<|endoftext|> {nameUser}: Can a cnpj end with 00?<|endoftext|> Chat: Yes, a CNPJ can end with 00. This is because the CNPJ is made up of 14 digits, the last two digits being a check digit. The check digit is calculated based on the other 12 digits, and if the result of the calculation is 0, then the CNPJ will end with 00.<|endoftext|> """
Beta Was this translation helpful? Give feedback.
All reactions