1. Getting Started: python main.py ask "Query"

chat@chat:~ python main.py ask "How to delete a file named test.txt in the Documents folder?"

chat@chat:~ To delete a file named "test.txt" in the Documents folder on Linux, you can use the rm command in the terminal. Here are the steps to follow:
1. Open the terminal application on your Linux system.
2. Navigate to the Documents folder by typing cd ~/Documents and pressing Enter.
3. Type the following command to delete the "test.txt" file:
rm test.txt
This command will delete the "test.txt" file from the Documents folder.
5. Press Enter to execute the command.

2. Change engine: python main.py ask "Query" --engine "engine-name" Engine options:

chat@chat:~ python main.py ask "How to delete a file named test.txt in the Documents folder?" --engine "text-ada-001"

chat@chat:~ To delete a file named test.txt in the Documents folder on Linux, you can use the rm command in the terminal:
rm ~/Documents/test.txt
This command will remove the file test.txt located in the Documents folder in your home directory (~).

3. Change randomness: python main.py ask "Query" --randomness [Randomness between 0 to 1]

Randomness decides the level of creativity for generating the response. Lesser randomness means lesser creativity.

chat@chat:~ python main.py ask "How to delete a file named test.txt in the Documents folder?" --randomness 0.2

chat@chat:~ To delete a file named test.txt in the Documents folder on Linux, open a terminal window and type the following command:
rm ~/Documents/test.txt

History commands

1. Show last 10 (default) queries and responses: python main.py history

chat@chat:~ python main.py history

chat@chat:~
Q1: How to delete a file named test.txt in the Documents folder?"
Answer:
To delete a file named "test.txt in the Documents folder on Linux, you can use the rm command in the terminal. Here are the steps to follow:
1. Open the terminal application on your Linux system.
2. Navigate to the Documents folder by typing cd ~/Documents and pressing Enter.
3. Type the following command to delete the "test.txt" file:
rm test.txt
This command will delete the "test.txt" file from the Documents folder.
5. Press Enter to execute the command.

Q2: How to delete a file named test.txt in the Documents folder?
Answer:
To delete a file named test.txt in the Documents folder on Linux, you can use the rm command in the terminal:
rm ~/Documents/test.txt
This command will remove the file test.txt located in the Documents folder in your home directory (~).

Q3: How to delete a file named test.txt in the Documents folder?
Answer:
To delete a file named test.txt in the Documents folder on Linux, open a terminal window and type the following command:
rm ~/Documents/test.txt

2. Show last n queries and responses in detail: python main.py history [n] --detailed [true/false]

Detailed history includes query, response, engine used to generate the response, randomness of the response and timestamp of when was the query made.

chat@chat:~ python main.py history 1 --detailed true

chat@chat:~
Q1: How to delete a file named test.txt in the Documents folder?
Answer:
To delete a file named "test.txt in the Documents folder on Linux, you can use the rm command in the terminal. Here are the steps to follow:
1. Open the terminal application on your Linux system.
2. Navigate to the Documents folder by typing cd ~/Documents and pressing Enter.
3. Type the following command to delete the "test.txt" file:
rm test.txt
This command will delete the "test.txt" file from the Documents folder.
5. Press Enter to execute the command.

Engine: text-davinci-003

Randomness: 0.5

Timestamp: 2023-03-24 15:43:36