mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
Added new GPTs for Black Friday
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
|
||||
[]()
|
||||
# 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": ["空"]}
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user