-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprompt_engine.json
88 lines (87 loc) · 1.98 KB
/
prompt_engine.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"PromptTemplate": "Write a [[Format]] about '''[[SeedPhrase]]''' in [[Language]] in the style of [[Style]]. Write only the content, no introduction, no explanation, no disclaimer, no translation.",
"GeneratorURL": "http://localhost:1234/v1",
"GeneratorAPIKey": "not-needed",
"GeneratorAPIType": [
"OpenAI",
"AzureOpenAI"
],
"GeneratorAPIVersion": [
"n/a",
"2023-03-15-preview"
],
"GeneratorModel": [
"microsoft_Phi-3-mini-4k-instruct",
"meta_llama-2-13b-chat",
"google_gemma-7b-it",
"mistralai_mistral-7b-instruct-v0.2",
"openai_gpt-35-turbo",
"openai_gpt-4_0613",
"openai_gpt-4-turbo_2024-04-09",
"openai_gpt-4o_2024-08-06",
"openai_o1-mini",
"openai_o1-preview",
"openai_o1",
"openai_o1-pro",
"openai_o3-mini",
"openai_o3-mini-high",
"deepseek_r1"
],
"Components": {
"Language": {
"English": {
"Style": [
"NYT",
"CNN",
"BBC",
"Fox News",
"WSJ"
],
"ISOLanguage": [
"en"
]
},
"German": {
"Style": [
"Spiegel",
"BILD",
"FAZ",
"SZ",
"Handelsblatt"
],
"ISOLanguage": [
"de"
]
},
"French": {
"Style": [
"France 24",
"Le Monde",
"Le Figaro",
"Libération",
"Le Parisien"
],
"ISOLanguage": [
"fr"
]
},
"Spanish": {
"Style": [
"El País",
"Marca",
"El Mundo",
"ABC",
"La Vanguardia"
],
"ISOLanguage": [
"es"
]
}
},
"Format": [
"tweet",
"headline",
"short article"
]
}
}