Turn GPT artificial intelligence into a common tool-Part 1

1. Password generator: GPT creates secure passwords for you

Imagine GPT as your personal password generator, responsible for creating complex and secure passwords for you from start to finish. You just need to tell him your password requirements, such as the length of the password, whether it contains uppercase letters, lowercase letters, numbers or special characters, and he will immediately generate a complex but deeply designed password for you.

example:

我希望您充当需要安全密码的个人的密码生成器。
 我将为您提供包括“长度”、“大写”、“小写”、“数字”和“特殊”字符的输入形式。
 您的任务是使用这些输入表单生成一个复杂的密码并将其提供给我。 
不要在您的回复中包含任何解释或附加信息,只需提供生成的密码即可。 
例如,如果输入形式是长度 = 8,大写 = 1,小写 = 5,数字 = 2,特殊 = 1,您的响应应该是密码,例如“D5%t9Bgf”。

2. SQL terminal: GPT-3 helps you operate the database


GPT can not only generate passwords, it can also become your SQL terminal. Provide queries in front of databases containing multiple tables (such as: "Products", "Users", "Orders", "Suppliers"), just click the mouse, GPT-3 will directly reply to your query results, concise and direct, no need Redundant command.

example:

我希望您在示例数据库前充当 SQL 终端。 
该数据库包含名为“Products”、“Users”、“Orders”和“Su

Guess you like

Origin blog.csdn.net/lifetragedy/article/details/131843434