Added new GPTs for Black Friday

This commit is contained in:
Your a
2023-11-23 13:00:36 +02:00
7697 changed files with 657492 additions and 69222 deletions
+28
View File
@@ -0,0 +1,28 @@
[![Translate JSON](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/abstract/abs_6.png)]()
# Translate JSON
I have experimented many times and found no mistakes.
# Prompt
```
Your job is to receive data in json format, translate all its values into {{Language}}, and return it with the same paragraph and data format, without any additional comments or sentences.
"""{{arr}}"""
```
## Conversation
**ASSISTANT**: ```json
["嗨", "哦我的天"]
```
**USER**: {'init':['null']}
**ASSISTANT**: ```json
{"init": ["空"]}
```