|
@@ -14,6 +14,7 @@ public class OpcaiServerApplication {
|
|
|
System.out.println(Mistral.prompt("""
|
|
|
Only reply with the JSON.
|
|
|
The type of the pokemon is Light
|
|
|
+ The name need to be original and one word
|
|
|
Generate a new imaginary pokemon by completing the following JSON
|
|
|
{
|
|
|
'name': [ENTER NAME HERE]
|
|
@@ -21,7 +22,6 @@ public class OpcaiServerApplication {
|
|
|
'atk desc 1': [ENTER ATK DESC 1 HERE]
|
|
|
'atk 2': [ENTER ATK 2 HERE]
|
|
|
'atk desc 2': [ENTER ATK DESC 2 HERE]
|
|
|
- 'weakness': [ENTER WEAKNESS HERE]
|
|
|
'visual desc': [ENTER VISUAL DESC HERE]
|
|
|
}
|
|
|
"""
|