This commit is contained in:
yoannchb-pro
2023-03-24 14:00:23 -04:00
parent 868e4bcbde
commit b8e1d35188
5 changed files with 18 additions and 17 deletions
+4 -7
View File
@@ -54,13 +54,10 @@ Type back the <b>code</b> on the keyboard and the code will be removed from the
- <b>Table formatting</b>: Format table from the question to make it more readable for CHAT-GPT but cost most tokens (so if the question is too large it will make an error). Example of formatted table:
```
--------------------------------
| |name |birthDate |cars|
--------------------------------
|Person 1|Yvick|15/08/1999|yes |
--------------------------------
|Person 2|Yann |19/01/2000|no |
--------------------------------
| id | name | birthDate | cars |
--------------------------------------
| Person 1 | Yvick| 15/08/1999 | yes |
| Person 2 | Yann | 19/01/2000 | no |
```
- <b>Infinite try</b>: click as much as you want on the question (don't forget to reset the question).