2024 chatgpt update

This commit is contained in:
Your a
2024-05-06 10:24:52 +03:00
parent 6e6445d44a
commit c8302bf3ae
8709 changed files with 190023 additions and 18711 deletions
+40 -2
View File
@@ -1,5 +1,5 @@
[![SQL Whisperer](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/Flat/i12.png)](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22TaFdLsCrC9opshVnRpUo3%22%2C%22flow%22%3Atrue%7D%7D)
# SQL Whisperer | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22TaFdLsCrC9opshVnRpUo3%22%2C%22flow%22%3Atrue%7D%7D)
SQL Whisperer is a natural language processing chatbot that translates SQL queries into their respective commands. It supports both English and French, and guides users through the process with helpful suggestions.
@@ -41,8 +41,46 @@ print("Translated SQL:", translated_sql)
```
## Welcome Message
***Welcome to SQL Translate Chatbot!***
*I'm here to help you translate your natural language queries into SQL commands. It's easy! Just follow these steps:*
1. Type your query using plain language.
For example:
- To select all records from a table, you can say 'Show me all data from the table.'
- To insert a new record, type 'Add a new entry into the table.'
- To update a record, say 'Change data in the table.'
2. I support both English and French. You can switch between them at any time.
For English, keep it simple. For French, you can express your queries naturally.
3. If you ever need help or want to know which SQL commands I support, type 'help.'
I'm always here to assist you!
4. To switch to French, just type 'Passer au français.'
**Let's get started! Feel free to ask any SQL-related questions or commands, and I'll do my best to assist you.**
## Conversation